Search:

Type: Posts; User: indydavid32

Page 1 of 13 1 2 3 4

Search: Search took 0.19 seconds.

  1. VS 02/03 RadioButtonList SelectedIndex from datagrid

    I have a datagrid and I added this so the user can select yes or no using the radio button list.

    <asp:TemplateColumn HeaderText="Approve?">
    <ItemStyle HorizontalAlign="Center"></ItemStyle>
    ...
  2. Replies
    6
    Views
    676

    VS 02/03 User Control not working

    I have created a user control with dropdown controls in it. When I drag and drop the .ascx file from my solution explorer onto my .aspx page, I am unable to reference any of the controls from the...
  3. Replies
    0
    Views
    430

    [02/03] Cookie expires not working

    I am simply trying to set the expires date to one month in the future but it won't seem to work. Here is the code.



    Dim MyCookie As New HttpCookie("MobileLogin")
    MyCookie.Values("UserID") =...
  4. Replies
    0
    Views
    735

    Cookie expires not working

    I am simply trying to set the expires date to one month in the future but it won't seem to work. Here is the code.



    Dim MyCookie As New HttpCookie("MobileLogin")
    MyCookie.Values("UserID") =...
  5. [02/03] window pop up making parent page loose objects

    I have a page with a datagrid. I am changing some of the text in the Datagrid1_ItemDataBound sub with the below code.

    e.Item.Cells(1).Text = "<a...
  6. Re: [02/03] Datagrid Tooltips for hand held device

    I created a strip down version for the blackberry.

    Although, I suppose there may be a way to determine the type of device that is calling the page and I could have gone from there. Something to...
  7. Re: [02/03] Datagrid Tooltips for hand held device

    That's what I figured. There was not much room so I had to play with column widths until I got it to look right.

    Thanks for the help.
  8. Replies
    3
    Views
    410

    Re: Testing for a cookie

    Thank Mendhak, I just went with session variables since I coudln't get it to work.
  9. [02/03] Datagrid Tooltips for hand held device

    Hi all. I know how to add tool tips for my datagrid rows.


    e.Item.Cells(0).ToolTip = e.Item.Cells(6).Text

    When trying to do this for a blackberry, the column is not selected so the tooltip...
  10. Replies
    3
    Views
    410

    Re: [RESOLVED] URLReferrer and Object not set problem

    Both of these work from a button on my page, but not in the page load event.

    GotoURL = Page.Request.UrlReferrer.ToString

    and

    GotoURL = Page.Request.UrlReferrer.AbsoluteUri

    Basically I...
  11. Re: if CheckBox.Checked=true then TextBox should be visible

    mendhak, what property could you set for a DropDownList control to make it hidden?

    Thanks
  12. Re: [2005] Use XML file on user machine for menu

    That depends on how many times the menu button will need to be loaded. Our stores have more than 20 different web pages they can load from this menu. If the local xml file is created only when they...
  13. Re: [2005] Use XML file on user machine for menu

    bump
  14. Re: [2005] Use XML file on user machine for menu

    What if these computers are owned by the company. Is there a way we can share the directory where the web page could read the file?

    We aren't trying to do anything unethical. We just want to get...
  15. [2005] Use XML file on user machine for menu

    Hello all. I need to be able to use an XML file from the users local box for my menu.

    My page works when my web project runs from my computer. But when I have it on the server it can't find the...
  16. Thread: Timer

    by indydavid32
    Replies
    3
    Views
    607

    Re: Timer

    Mendhak, would your code repost the entire page? What If you want to use the timer control that comes with visual studios .net. I just want my datagrid to reload, not the entire page.

    Is there a...
  17. Re: Label or other control across multiple cells in datagrid header

    jcotaker, did you ever come up with an answer for your question? I am in need of this same type of functionality.

    Thanks
  18. Replies
    5
    Views
    3,499

    Re: Textbox leave event***RESOLVED***

    DevGrp, Do you have an example of this in Java Script that you can share with us?
  19. Replies
    7
    Views
    1,782

    Re: Checkbox List Item selected

    I was wrong about the radiobuttonList. You can use radiobuttonList.selectedindex and that will give you the row that is selected.

    However, I don't think this is possible for the CheckBoxList since...
  20. Replies
    7
    Views
    1,782

    Re: Checkbox List Item selected

    I don't think this works in the selectedindexchanged sub of either the radiobuttonlist control or the checkboxlist control. This is the only way that I could make it work.

    if...
  21. Replies
    7
    Views
    1,782

    Re: Checkbox List Item selected

    Yes the auto postback value is set to True. If it wasn't then nothing would happen when the user clicked on the check box list. Like I said before I am getting the 0 value back no matter which check...
  22. Replies
    7
    Views
    1,782

    Checkbox List Item selected

    When a user clicks a checkbox in my checkbox list I want to get the column numer they clicked on. For example, if they click the first box the number should be 0, the second box should be 1, and so...
  23. Re: Add selecteditem.text and selectedvalue to dropdownlist control

    That will add the selected.item.text value. However, I need to add the selectedvalue figure at the same time.
  24. Add selecteditem.text and selectedvalue to dropdownlist control

    I need to add the selected value and the selected item text to a dropdownlist control. I have the following code but the add line does not work.

    Dim drAdd As DropDownList
    drAdd = New...
  25. Replies
    2
    Views
    9,595

    Re: Get row number with select statement

    I was told by my DBA that there is no command like this for SQL 2000. He said the only way to do it is to insert the data into a temp table and use the identity field for the row number.
  26. Replies
    2
    Views
    9,595

    Get row number with select statement

    This is a transact sql question but this is my favorite forum so I'm asking it here.

    I am using SQL 2000. For each row returned from my select statement I need one of the columns to be the row...
  27. javascript onkeypress dropdownlist selectedtext

    I have a javascript function that gets the key pressed and displays it in the page footer.


    function DisplayKey(e)
    {
    if (e.keyCode) keycode=e.keyCode;
    else
    keycode=e.which;...
  28. Replies
    3
    Views
    1,987

    [Resolved] Re: ProcessStartInfo using Ping.Exe

    Thanks Rob, that's exactly what I needed! :)
  29. Replies
    3
    Views
    1,987

    Re: ProcessStartInfo using Ping.Exe

    Bump
  30. Replies
    3
    Views
    1,987

    ProcessStartInfo using Ping.Exe

    I would like to use ProcessStartInfo with Ping.Exe and put the results of the packet loss into a variable.

    Anyone have any ideas on how I can accomplish this?

    Thanks
  31. Replies
    7
    Views
    858

    Re: Ping using asp .net 2003

    Thanks
  32. Replies
    7
    Views
    858

    Re: Ping using asp .net 2003

    Sean, when I click on your link it opens in a web page and it is all on one line and everything is remarked out.
  33. Replies
    7
    Views
    858

    Re: Ping using asp .net 2003

    Thanks for the post Sean. Is there some reference I need or Imports I need for this to work? I am getting errors for ICMP_Packet.CPing and oManager.
  34. Replies
    7
    Views
    858

    Ping using asp .net 2003

    Does anyone know how to ping an ip address using asp .net 2003? It doesn't have to be elaborate, I just want to test to see if the computer is available through the network.

    Thanks
  35. Replies
    4
    Views
    742

    Re: asp / asp.net sharing cookies

    Did you ever get an answer on this issue? I have a similar problem. I have a web page application where the store number is saved in a cookie. In my new .Net asp page I want to read this cookie but...
  36. Replies
    8
    Views
    796

    Re: Log In Help

    Since you are new to vb .net, I will give you this bit of code as well. This is the best method to open a new form in my opinion.

    Dim YourForm As New YourForm
    Me.Hide()
    YourForm.ShowDialog()...
  37. Replies
    8
    Views
    796

    Re: Log In Help

    Hi Jeric, place this code in your textbox key press event.

    If e.KeyChar = Chr(13) Then
    'Your code here.
    End If
  38. Replies
    2
    Views
    410

    Re: [2005] Date time functions

    If you have .Net just go to help and do a search for format date.

    Or, go here. Date Formats or DateDiff
  39. Replies
    3
    Views
    1,213

    Re: Change datagrid header from code behind

    Quoting myself...
  40. Replies
    3
    Views
    1,213

    Change datagrid header from code behind

    I have a dtagrid called datagrid1. When I have my code behind process run I want to be able to change the header text of the datagrid from there.

    Can someone give me an example of some code that...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width