Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rotsey
  • Content: Threads
  • Order by date
  1. rotsey

    detecting user already logged in

    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
  2. rotsey

    checking a Date type has a value

    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
  3. rotsey

    creating date format in local format

    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
  4. rotsey

    simulate tab key with enter key

    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
  5. rotsey

    setting a CssClass in a linkbutton

    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
  6. rotsey

    using client side images in an img

    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
  7. rotsey

    columnspan in asp:table

    Has anyone had any problems with the ColumnSpan property in the asp:table control. I cannot get it to work??????????/ rotsey
  8. rotsey

    loading stylesheets at runtime

    Can someone point me to exmaples of how to laod a styelsheet at runtime? I am using ASP.NET and javascript. rotsey
  9. rotsey

    loading stylesheets at runtime

    Hi, Is it possible to load stylesheets for a page at runtime in .NET???? I am thinking about giving the user an option of styles. rotsey
  10. rotsey

    disabling a checkbox

    Does anyone no how to disable a checkbox in javascript. Have tried mychk.disabled=true; ????????? rotsey
  11. rotsey

    dropdownlist not retaing value

    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
  12. rotsey

    using findcontrol on parent page

    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...
  13. rotsey

    setting the selectedIndex property

    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
  14. rotsey

    user control assembly

    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...
  15. rotsey

    session object access in modules

    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
  16. rotsey

    linkbutton posts back when disabled

    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
  17. rotsey

    controlling the click event of linkbutton

    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...
  18. rotsey

    making a text box and combo visibible

    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
  19. rotsey

    debug javascript with VS

    Hi, I am using VS 2003. I have added script using RegisterClientScriptBlock at runtime. HOw do I debug this javascript code with VS?? Thanks rotsey
  20. rotsey

    using javascript

    Hi, When using javascript in a web app using Visual Studio. WHere do you develop the javascript??? Also can you debug the javascript code??? rotsey

Part and Inventory Search

Back
Top