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
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}")...
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
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
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...
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
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
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
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...
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
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
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#...
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#...
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...
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.