all groups > asp.net > february 2008 > threads for sunday february 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
DropDownListControl ASP.NET 2.o
Posted by pvong at 2/3/2008 10:53:11 PM
I'm using VS2005 in VB.Net for ASP.Net 2.0
I know I've seen this before where you can have a dropdown list where you
can type what ever you want in the DropDown or you can click on the down
arrow to select from the list. How do you make it so you can type your own
answer from a dropdownlis... more >>
Web Service error
Posted by Fresno Bob at 2/3/2008 9:35:20 PM
Hi I have a web service that calls the Site Server 2008 web service
returning an error 'An operation on a socket could not be performed because
the system lacked sufficient buffer space or because a queue was full
194.129.129.3:80 ' This is the web service method.
Public Function Search(ByV... more >>
DataSource problem
Posted by shapper at 2/3/2008 4:39:38 PM
Hello,
I am creating, at runtime, a ListView with a LinqDataSource.
I am able to display the data but when I try to delete a record I get
the following error:
"Row not found or changed."
Here is my code (ldsTags is the LinqDataSource and lvTags is the
ListView):
Private Sub ldsTag... more >>
Textbox with a dropdownlist custom control
Posted by Sems at 2/3/2008 3:00:31 PM
Hi
Does anyone know of a control that is a texbox that contains a
dropdownlist.
I need to be able to type into the textbox, if there are any matches
in the contained dropdownlist (matching on starting characters of the
list items) they are displayed in the popped out dropdownlist and the
use... more >>
Browser Detecting
Posted by Jaams Adams at 2/3/2008 5:55:00 AM
I have following code in asp.net page.
These are two two different ascx pages which I want to run if the browser is
IE or Not. Here I want to handle the flow of control in bettween HTML coding
by put asp.net delimiter
Can someone help me with why it's calling both ascx pages instead which ... more >>
SMTP "Relay Denied" on localhost! (windows server 2003)
Posted by Carmine [www.thetotalsite.it] at 2/3/2008 2:40:51 AM
Hi everyone,
I get a really odd error while using SMTPClient.Send() function in ASP.Net.
The error is the following:
Dim smtp As New Net.Mail.SmtpClient("smtp.thetotalsite.it", 25)
Dim bodyMSG As String
bodyMSG = "something"
smtp.Se... more >>
adding password for accessing ASPNET.MDF
Posted by sravan_reddy001 at 2/3/2008 2:03:23 AM
can i add a username and password to access ASPNET.MDF for the purpose
of security.. if we can add username and password for it.. how to use
the Login controls to access that database..... more >>
problem in user authentication
Posted by sravan_reddy001 at 2/3/2008 2:00:51 AM
i have VS generated ASPNETDB.MDF file in my website.
I want to modify that database by adding some more tables to it. So,
in order to connect to the database i want a connection string to that
database.
the content of web.config file for connectionStrings is
<connectionStrings/>
i'm able t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|