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...
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...
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...
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,
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
How to set output parameter value for Global Variable in a SQL Task and read it from ActiveX script
DECLARE @ErrOutputMsg varchar(50)
exec SE_LOAD @ErrOutputMsg OUTPUT
Select @ErrOutputMsg AS OutTest
Then I go to Parameters- Output parameter - select Row value - pass this output parameter to...
I want to know hot call user defined function from another SQL server data source
when i use something like this
servername.databasename.dbo.function1
get this error
The object name servername.databasename.dbo.' contains more than the maximum number of prefixes. The maximum is 2.
Please suggest
Hello,
I have 2 SQL server databases.
Have added the linked server on server_A to add server_B
I want to insert the data from a storedprocedure which selects the data from server_A.pubs.dbo.titles to server_b.pubs.dbo.titles
This stored procedure is on server_A.
Its not completing the process...
Hello,
I Open new window using window.open to inform the user about saving in progress and once save is done on the parent window I want to close Progress window.
I am not able to close the Progress window its saying Progressbar undefined.
To Open the window:
ProgressBar...
Hi,
Please give some tips on how to improve the performance of the web application.The database tuning is done.
Atleast list some tools through which i can test my application in detail.
Thanks
Hello,
The application when run with multiple users gives performance issues like poor reponse time.
MS Application center test gave good average response time, but in realtime scenario.. it worst...
Please let me know how can we improve the performance, its urgent.
Thanks in advance.
Sweta
Hello,
The oracle sessions that get created by the tool, after using the tool for a while there are Oracle Sessions that are created in inactive status accumulated and not terminated.
This is happening even after closing the oracle connection object from the application. Namespace used is...
Hi,
I am using the webservice I have given break points while running, when it comes to the <WebMethod()> in asmx.vb file at this line
Dim clsAnswers As New CasEKMS.CAnswers(),
it stops executing and throws me this error.
System.Web.Services.Protocols.SoapException: Server was unable to...
Hi,
Please give me an idea, if anybody has worked on Adding services to Employee and Terminating an employee as workflow, with Biztalk server, and this is with in an organisation.
Sweta
Hi,
Is there a way to compare the rows with another row in the datagrid.
I mean can we compare first cell, with the next rows first cell.
Please let me know, if any body knows the answer to this.
Thanks,
Sweta
Hi
Have two dropdowns Region and Location and when the region is selected the corresponding Location has to be populated.
I have given the cboregion_selectedIndexchanged method.
Which is as below:
Private Sub cboRegion_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As...
Hi,
Have a problem, how to add a function to the data report?
In Datareport i see the option Function, but it is not highlighted/ enabled?
Thanks,
Sweta
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.