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 Mike Lewis 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: iis6newbie
  • Order by date
  1. iis6newbie

    datagrid with a nested datagrid with c#

    I know that Datalist has a built-in select option, but it does not have paging like data list. I have worked with data list a little bit, now I have to face the difficulty of it. ilumnissystems, you have any simple sample that you can show me ? Thanks
  2. iis6newbie

    display child record in datagrid using c# help please

    Thanks alot. I got some idea now.
  3. iis6newbie

    display child record in datagrid using c# help please

    Hello all, can someone show me how to display perent/child records in datagrid with c#? Thanks in advance
  4. iis6newbie

    datagrid with a nested datagrid with c#

    Hello all, can you show me how to nest a datagrid inside a datagrid with c#? I would like to see more details when I try to select the current row. Thanks
  5. iis6newbie

    pass to varible with hyperlink in datagrid, C#

    Hello all, how can I pass two variables with a hyperlink, here is my code with one variable: <asp:TemplateColumn HeaderText="Pass to"> <ItemTemplate> <asp:HyperLink id="lnkPass" ToolTip="Pass to different user" NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.id", "newuser.aspx?id={0}")...
  6. iis6newbie

    connect to excel and display data using c#

    Hello all, can someone show me how to connect to excel and display all the data using c#. This is a web application. Thanks in advance for any help.
  7. iis6newbie

    add a value to datagrid drop down list

    Veep, How can I make the current item to be selected? Thanks
  8. iis6newbie

    add a value to datagrid drop down list

    Veep, Thanks for you help. I have another question. Is there any way that I can add values to the dropdownlist without make any connnection? My data is in the text.txt file the file has some things like: option1 option2 option3 .. After I used the following code to read, I got the data in...
  9. iis6newbie

    add a value to datagrid drop down list

    That does not work with datagrid. I put the dropdownlist in the <EditItemTemplate> Here is my code: <asp:TemplateColumn SortExpression="auditedby" HeaderText="Audited By"> <HeaderStyle Font-Overline="True" Font-Bold="True"></HeaderStyle> <ItemTemplate> <asp:label...
  10. iis6newbie

    add a value to datagrid drop down list

    Hello all, How can I add values to a dropdownlist in datagrid using c# code? I have values from file. I use a loop to add those value to the dropdownlist. Thanks for any help
  11. iis6newbie

    set font color

    Thanks alot
  12. iis6newbie

    set font color

    Hello all, can some one help me with the font color of the textbox on the parent window from the child window? self.opener.document.getElementById('txtBox').color="blue" Thanks
  13. iis6newbie

    how to write back to the main form--help please

    Thanks, I will try
  14. iis6newbie

    how to write back to the main form--help please

    Hello all, I have one form name main this one will call javascript function to open another form named child. on the main form, it has a label named lblResult. How can I write the result back to the main from form the child form to tell that it has done the work successfully? thanks for...
  15. iis6newbie

    progress bar when upload with asp.net or javascript

    hello all, Is there any javascript or asp.net (c#) script that I can use for upload a file with progress bar. Huge upload has asp version, but not asp.net Thanks for any help
  16. iis6newbie

    call COM object in C#

    I am using web, inline coding. Just a single page. There is no code behide.
  17. iis6newbie

    call COM object in C#

    Hello all, Can someone show me how to reference a COM object in c#.net ? This COM object has been written in vb6. Thanks for any help.
  18. iis6newbie

    call object from c#

    Thanks for you reply. The problem is that I work for someone, and this person wants me to use the object that has been build in vb6 which is "CDOMail.CSendMail". He does not want me to use smtp server. He wants me to use exchange server to resolve the badge number.
  19. iis6newbie

    call object from c#

    Hello all, I have the following code in vb.net. I would like to convert to c# .NET. Can someone help me? Set Mail = CreateObject ("CDOMail.CSendMail") ' in vb.net Thanks

Part and Inventory Search

Back
Top