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 Chriss Miller 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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
  3. 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}")...
  4. 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.
  5. 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
  6. 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
  7. 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...
  8. 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
  9. 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.
  10. 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
  11. iis6newbie

    clear cache

    Hello all, How can I clear internet browser cache with c#? Thanks in advance
  12. iis6newbie

    upload progress bar indicator

    Hello all, can you help me with a script that display progress bar indicator when upload a file? It can be in c# or javascript or vbscript. Thanks in advance
  13. iis6newbie

    streaming music with c# .net

    Hello all, I would like users to play music on my website. How can do that with c# or javascript? I want to use minimum bandwidth. Thanks in advance
  14. iis6newbie

    windows.open javascript help

    Hello all, Is there any way that I can send a text message with a picture using window.open? here is my javascript function function open_window(url, style, color) { mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400...
  15. iis6newbie

    C# tool tip on the heading of datagrid table

    Hello all, can someone show me how to use tool tip on the headings. I am using c# with datagrid? I would like to display the tooltip on every heading of the table Thanks in advance for any help
  16. iis6newbie

    get a string width in pixel

    Hello all, I am new to C#. Can someone help me on how to get a string width in pixel? ex: string mystring = "This Is a Test String"; Thanks for any help
  17. iis6newbie

    display html content in word document using VBscript

    Hello all, can someone help me how to display html content on word document using VBscript? <html> <body> testing string </body> </html> I just want to see "testing string" in the word document. don't want to see any extra html tag in the word document. Thanks for any help Here is my C#...
  18. iis6newbie

    display html content on word doc help please

    Hello all, can someone help me how to display html content on word document using VBscript? <html> <body> testing string </body> </html> I just want to see "testing string" in the word document. don't want to see any extra html tag in the word document. Thanks for any help Here is my C#...
  19. iis6newbie

    get %userprofile% in c# help please

    Hello all, can you give a me function name that I can use to get the %userprofile% (user's path) in C#? Thanks
  20. iis6newbie

    javascript setfocus/cursor in the text field help plz

    Hello all, Can someone help me with the following problem? I have a text field for date input. The text field already had --/--/---- in there. When user input 1, it should have something like 1-/--/---- . and the cursor should be next to 1. I used functions onkeyup/onkeydown and...

Part and Inventory Search

Back
Top