Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: senexom ; Forum: ASP.NET and child forums
Forum: ASP.NET Jul 19th, 2005
Replies: 9
Views: 5,053
Posted By senexom
Yep PostBack variable is off limits, use your own variable and check it something like so...

If Page.IsPostBack AND MyVar = True Then
MyVar = False
Else
MyVar = True
End If
Forum: ASP.NET Jul 19th, 2005
Replies: 9
Views: 5,053
Posted By senexom
I'm not sure if this is a problem you've been having when you say "... It worked initially but something else further down the line didn't work ..."

Be aware that if you set a variable before...
Forum: ASP.NET Jul 19th, 2005
Replies: 2
Views: 4,339
Posted By senexom
You almost have it, use "Key", or "Value" for datasource assignment and a DataReader to populate values from database query...
Dim linkrd = New HashTable()

While reader.Read()
...
Forum: ASP.NET Jul 19th, 2005
Replies: 9
Views: 5,053
Posted By senexom
It sounds to me like you could try checking if it's a postback then execute proper code, because Page_Load will execute every time, no matter post back or a regular visit.

If Not Page.IsPostBack...
Forum: ASP.NET Jun 28th, 2005
Replies: 10
Views: 7,723
Posted By senexom
When I say that I suggest not using CSS in .NET, it means that use only when you have to, like dynamically resizing panels, etc. Does the above code not produce proper results in Firefox? Not to put...
Forum: ASP.NET Jun 28th, 2005
Replies: 10
Views: 7,723
Posted By senexom
I suggest NOT using .NET to style your form elements, but rather and external style sheet.

... using ids or classes to style your form elements. Firefox (I asume this is the Mozzila version your...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC