I have a page where I am calling the directory service name space using the following
<%@ import Namespace="System.DirectoryServices" %>
then I have this in my page
Dim objDE As New ...
Hi there
I am relatively new to ASP.NET but I am a very experienced VB programmer.
I am designing some ASP.NET Web forms to serve up enquiry data for my users.
I am using a Datagrid, set in...
I have this line in a WebForm
<tr valign="top"
id="<%# DataBinder.Eval(Container.DataItem, "idNatureComptable") %>"
onmouseover="document.all('<%# DataBinder.Eval(Containe...
hi, I wanna upload the data (just data) from the excel work sheet into a table of my data base that resides on the web server. the problem i am having is that i cannot create an object of the ...
The code I am currently using is as follows.
Dim Msg As New System.Web.Mail.MailMessage
Msg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserver", "smtp.do...
Hey,
I'm trying to make a reverse lookup using the Messenger API, where you type in a passport email address and its domain, and it will look up this address using the Messenger API and open ...
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing...
I have a server validation for ID number validation in the text box field, the regular expression is:
ValidationExpression="\d{6}"
It works well when the user input is not exactly six digit ...
I am querying a database with huge data,which takes time to display the records.Mean while I would like to display message(or image) saying Procesing plz wait.
thanks,
Does anyone know how to execute a stored procedure in Cognos Impromptu. I think it has to be done inside a macro, and I can't seem to get ours working:
Error Message: R438 No such propert...
Hi,
iam using the following code
<asp:TemplateColumn HeaderText="Applicant Code">
<ItemTemplate>
<a href="javascript:var w =window.open('ResumeText.aspx?appcode=<%# ((DataRowVi...
Hey, how do you use a linkbutton and the oncommand thing (im a newbie.. reason why I called it a thing rather than a property or w/e) and a placeholder??
what I am trying to accomplish......
Hi All,
- I am using a data repeater in my asp page to show data retrieved from database table.
- I bind the data to the repeater in the code behind side of the page.
- and <ItemTemplate> t...
i have a webform that solicits certain information from the user. when the user hits the 'submit' button,
a new page will open and display results of a DB query using the parameters entered ...
I am new to ASP.Net and just starting out with web services so this is a newbie question. I am trying to test out a simple web service and am able to get it to run if I go through the descrip...
Here is my question. Please let me know if you need additional information.
I am currently building an ASP.NET page. The purpose of this page is to dynamically create fields for input bas...
I'm using ASP.NET with an Access db for the first time and I'm pulling my hair out. This rather straightforward function is doing some strange things. Can anyone help?
Function updateDb(B...
hi, im designing a front end of a page which allows the user to select a specific date,
but in the format i display it.
it has to display x amounts of rows, containing
the week and day nrs...
Hi,
I am new to asp.net. I have a login.aspx page in my intranet project where users login to enter into application. I have a access table named login.mdb where username and password fie...
Hello,
I am in deep sh...
I have a new hosting account at Godaddy and I am looking for someone that was able to make the smtp mail working on an asp.net page.
Their customer service is u...
What is the ValidationExpression to restrict the field input must be a float number such as 2.5, 0.3
and restrict the float number to 1 decimal place only.
thanks.
I am trying to set a labels visible property to false if a situation exists.
Im not sure what the systax is though.
dim myvar as boolean
if a then myvar = false
else
myvar = true
end ...
Hi,
I have a datatable with the results of several queries.
I create a dataview to sort this datatable. Everything is ok.
Now, I need to select the 20 distinct first rows and bind it...
we have got a vs.net solution with some projects in it
we are trying to import it in the VS.NET
we are getting a lot of visual source safe errors
1) how can we completely remove the ...
Hi ALL,
Can i use the File.Copy to copy filed between 2 computers usinf FTP protocols.
When i run My Code:-
Dim strSourcePath, strDestPath As String
strSourcePath = Path.GetFullPath("ftp:/...