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
Yes, I tried this and it works fine. But I also need and extra step for my project. When 2 different users update the information at the same time(when excel is sharable) the user 1 typed something but the user 2 doesn't see what user 1 typed unless they both clicked save button in excel.So if...
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
Ok
In my case I need to get this variable(text) from the table
and then I need to pass this variable to a stored proc.
-------
Here is my table create (id int identity,message text).
I need to get "message" variable from this table and pass to a stored proc.
Here is stored proc...
For example I try to use an update statement to change the value of a column that is declared as TEXT
CREATE TABLE SomeTable
(
TextColumn Text
)
update SomeTable
set TextColumn=TextColumn+' Append Some String'
doesn't work saying that I cannot use TEXT columns to appent - inavlid +...
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 tried Server.Transfer("www.mypage.com")
but it gives error:An unhandled exception of type 'System.StackOverflowException' occurred in httpretrivalpage.dll
Because I'm submiting to the same page.
Any ideas?
Is there is a way to call client side Javascript from ASP.NET?
Thanks in advance
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.