Hi,
Would like it if someone can guide me in the right direction.
I have an app with Access database behind it. I have forms authentication with the users stored in the DB.
Question is how do I validate so that a user can only be logged on exclusively to the web app???
rotsey
HI,
HOw do you check if a date type has a value??
Because it seems to have tostring value of
"1/01/0001 12:00:00 AM".
Is that what you check for?? Seems odd
rotsey
Hi,
I have a date field in an Access database and I want to display it to the user in there local format. Easy you say.
Well documentation says using Format function that using the "d" option should format in locale of user.
Doesn't work for me.
Does anybody no how to do this??
Thanks
rostey
Hi,
I wan to use OnkeyPress on a textbox so that when the enter key is pressed it replaces with the tab key.
In other words moves the focus to next control when enter key is pressed
any help appreciated
rotsey
Hi,
I have a usercontrol with linkbuttons and I want to set teh CssClass property to a value in my stylesheet.
But when the page loads the styles are not being applied.
I have tried <a> as well.
Any ideas???
rotsey
Hi,
I have a jpg I want loaded with each web page. Is it possible to ahve it load once when the user first enters your site then use load it from client side on subsequent loads of apage?????
rotsey
HI,
I have a dropdownlist on a page that is not retaining its value on postback. i have other controls on the page that are.
I have some javascript in the page but cannot see that I am doing any thing to it.
Anyone have any ideas??
rotsey
Hi,
This might stump some people.
I am creating my own charts using drawing namespace and I using an image control to draw to.
I have a called "Viewcharts.aspx" with a label and a image control.
I set the src property to the image control like src="Charts.apsx". This calls charts.aspx to...
Hi,
How do you set the selectedIndex property of a dropdownlist if you know the "text" property.
Something like this
drp.selectedIndex.Indexof(mystring)
i have seen it somewhere?????
rotsey
Hi,
I have download a DateSelector contol from a web site and it is a user control.
I have the assembly dll called SControls.dll.
I want to use it in my app.
So I registered the assembly with Add Reference.
The web site said include the following in the web page
<%@Register...
Hi,
How do get access to the Session object when writing code in a module
I want to call a function and pass variables and assign to Session object
Session("myVar") = var
Do i have to set a Imports statement. What class?
rotsey
Hi,
I have linkbutton that I disable by setting the disabled property.
FOr some reason when I click the button when grayed it still posts back.
Is this correct behaviour?
rotsey
Hi,
I have a linkbutton with some server codee behind it.
I want to be able to attach a javascript function to it that does some validation and then if returns true then to go on and process the server code.
How would I do this because the onclick property of the linkbutton is set to the...
Hi,
I want to toggle a text box and a combo box from visible to invisible on a web page.
How do i do this?
I have tried display property and it worked the first time i hit a button but did not toggle back when hit the button again.
Is there another way to do this?
rotsey
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.