I have a DataGridView control and I have a new row entry at the bottom of the DataGridView...How can I move new entry row to the top of the grid?
Thanks in advance
I have a datagridview in ReadOnly mode.I want to add functionality on double click to make cell editable and instead of text box I want cell to display a DropDown with options...How can I do that?
Thanks in advance...
I have a DataGridView and I want to add a user control or some other control to a DataGridView cell. Is it possible to do? If yes how...
Thanks in advance
My vb.net form has DataGridView component and my component has event DataGridView1_RowsAdded. But when my form gets loaded the event DataGridView1_RowsAdded gets fired first and then Form1_Load event...
Does any body know why is this?How can I change it?
Thanks in advance
I have a DataGridView from VS 2005 - I want to change the caption for rowheader cell and display numbers like 1,2,3 and etc...
Is it possible to do,
Thanks in advance
I am trying to put an excell to a server so that 2-3 different users can open it and start writing some information to this excell file(but 2-3 user can open this excell file at the same time - syncroniosly )...
Thanks in advance
I need to disable autolinking for crystal reports 10. When I add a new table to my Crystal Report- it automatically tries to link all the tables. How can I disable autolinking?
Thanks in advance
I have a table with a field that is declared as a TEXT variable. But I cannot update the value of that variable - I need to append additional varchar value to this text field but I cannot do that. Is there is a way to solve the problem?
Thanks in advance
I have an Input form that sends emails in other languages than english. But when I receive an email the information is not readable...
How can I fix this problem?
I'm trying to get HTML content of a remote web site.
I need to pass form values to HttpWebRequest object. How can I do that? I tried many ways but i doesn't work for me.
Any ideas how to do that?
Thanks in advance
I'm trying to get an HTML content of a remote page. This page accepts Login and Password. I'm trying to pass login and password but HTTP content get returned is not correct.
Any idea why?
Thanks in advance
Dim lcUrl As String = "https://www.myurl.com/login.aspx"
Dim UserName, UserPwd...
Is there is a way to align a div or span tag within a table cell? I want to set top and left property for a div or span tag specifically for a table cell.
Thanks in advance
I'm using regular expressions to replace a multyline hyperlink:
result_str = Regex.Replace(result_str, "<a[^>]*>(.*?)</a>", "", RegexOptions.Multiline)
This expression replaces all hiperlinks except for multyline hyperlink
The following hyperlink was not replaced
<a...
I'm trying to open Crystal Reports 10(Advanced version) from ASP.NET. I get the following error: Access denied. Please check directory setting for files you can access.
-----------------------------------------------------
Public Sub CreateReport()
' create an instance or Report Client...
I don't know why when I try to run ASP page on my local server they don't work and I receive the following error:"The page cannot be displayed"
But when I run asp.net page everything works fine.
How can I solve this problem?
Thanks in advance
I have a string with forward slashes.("/cgi-bin/detail.dtw/disp")
Dim result as string
result=".........../cgi-bin/detail.dtw/disp............"
I want to replace this string everywhere where it finds
"name2/name3" with something else. But it never replaces it.
I do: Replace(result...
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.