Jason you are absolutely correct with set the edit index before binding the grid.
Thanks for looking into my thread and responding so quickly I appreciate for looking deeper into my code and suggesting valuable technique.
Hi,
On button click I set the editindex, it doesn't apply when I click the button again it shows the row set in the edit mode why?
I have grid view and a button "Add" control on aspx page and when I new is clicked I need to add the set the editindex of the grid to last column:
this is what I...
Hi,
I am using DTS which has Dynamic properties, Transform data task to migrate data between table (7 tables) from source to destination sql server, and global variables which will set my source and destination SQL server name and database.
While developing the source and destination server...
I didn't get your reply clearly.
I have created a DTS package which holds sql connection and Transform data task links for each table that needs to be transfered.
Are you saying what I am doing is best approach?
Or is there something I am missing.
Thanks
Hi,
I need the best approach that is suitable to transfer the data from multiple tables between SQl server databases.
All I am doing now is using "Tranform Data Task" in between the two sql server connections for each table.And adding Transform data task link everytime for each table.
Is...
Hi,
first thing i did was in .net application set <identity impersonate="true" />
and developer here had given wrong line of code and it worked after commenting it out
xmlHttp.setrequestheader("Connection","Close");
See if connections are getting closed any where abruptly.
Check from your...
Hello,
The web application created in .net works fine on windows xp system.
But when published and setup on windows 2003 system,
The first few pages, which does basic select from the database -SQL server works fine.
When you want to do some save, delete operation on the same page it requests...
I found something, when a user is given db_datareader permission, it was erroring out when executing the stored procedures, so from sql server EM I gave the user exec permissions and the application ran succesfully.
Thanks
I am using conObj.CursorLocation = adUseServer,
I think this is causing the problem, just read that "adUserServer property is read/write on a Connection."
And as u said I will use readonly for locktype and try and execute it at the client side.
Thanks
Provider=SQLOLEDB;Integrated Security=SSPI;Initial Catalog=test; Data Source=k36;
Hello I have created a exe in vb6.0 using the above connection string, Users can access the application only by windows authentication.
In SQL server 2000 i gave the access to a windows user with db_datareader...
When I run the exe on other computer, I get this error
Runtime error 713
Application-defined or object-defined error.
When I do the package and deploy the same on other computers it works perfectly fine.
But my client does not want package, and needs a EXE only.
So I started registering all...
hi,
What is the alternative for this, to store in hidden variable and passing the value to next page, so then i have the back url value?
Let me know if there is any other way.
Thanks
Hi I used this and return be nothing.. in the alert basically blank.
I have a page 1.htm after clicking a button it takes me to 2.htm and the code for 2.htm is as follows
<html>
<body>
<form>
<input type="button" value="submit" onclick="javascript:alert(document.referrer);" >
</form>
</body>...
Hi,
I need the url of the previous web page from the current webpage.
History.back and history.go actually send u to previous page, butI just need the URL of the previous page from the current web page.
Thanks
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.