I have create a Event Handler of Dynamic Save Button. it is working properly. But after Save if I press F5 or Refress Button. Thr Event Handler again executed and Save Duplicate Data.
Provide Solution for the same.
Thank You.
I have a select control written in HTML which has multiple selection..
Those values selected from the list has to copied to Text box..
Want a client side code written in JavaScript
Ratish
I have a File Upload Control and a button which is NOT used for upload..
When I click this Button the File Selected with the File Upload control is cleared..
Need a solution
Tried creating page directive AutoPostBack=false
Need appropriate solution
Thanks and regards
Ratish
I have created a project .. Now i want to create a setup for it..
Now I have added a new Setup Project to the existing project.
in the user interface window I have added a new Dialog which contains 4 TextBoxes..
I want to know how to trap the values of the 4 TextBoxes.
and validate the...
its a window control... I want to save it an xml File
For Eg:
TreeView
Root
- ----- ChildNode
- ChildNode1
- ----- ChildNode3
- ChildNode4
XML
<Root>
<ChildNode><ChildNode1/></ChildNode>
<ChildNode3><ChildNode4/><ChildNode3>
</Root>
Thanks jmeckley,
I am adding or populatin the Treeview from the GUI
Can you write a sample code for creating XML Node and Child Nodes... using XMLDocument and XMLNode etc (with Attributes)
ratz
Can anybody help me out...
I have a TreeView Control which has Nodes and ChildNodes
I want to convert it into XML
What is the easiest way to do it..
Ratz
I hav a very serious problem using SQL Server and Oracle
I have 2 Database having same structure one in Oracle and other in MSSQL 2000
I want to transfer Data from Oracle to SQL Server
---- Using Code
con.CommandTimeout = 0
con.ConnectionTimeout = 0
con.Open "Provider=MSDASQL.1;Persist...
sorry quotes missing again..
suppose this should help you out if you are using SQL Server:
and one more thing just try not to use variables as date because date is a keyword.. Well the below code should work.. Check it out
protected void Calendar1_SelectionChanged(object sender, EventArgs...
I suppose this should help you out if you are using SQL Server:
and one more thing just try not to use variables as date because date is a keyword.. Well the below code should work.. Check it out
protected void Calendar1_SelectionChanged(object sender, EventArgs e)
{
string date =...
I am doing it through the code.. I am not clicking on the Export Button
--------The Code---------
set obj=cryReport
obj.ExportOptions.DiskFileName = "Test.pdf"
obj.ExportOptions.DestinationType = crEDTDiskFile
obj.ExportOptions.FormatType = crEFTPortableDocFormat
obj.Export False
-----End...
I am using VB 6.0 and Crystal Reports 8... I need to know which all files are necessary for exporting the Crystal Report file (.rpt) to any other format say(.pdf)
This is for the client as he is gonna use only our software and he dont hav crystal report at his place and also not intend to...
I am using Crystal Report 8 and VB 6.0.. I can set the CR file to the CR Viewer..
But can anyone tell me how to find out the name of the File currently displayed in CR Viewer
Thanks for the post....
I dont know what exactly the error is .....
For eg... If I insert a Duplicate entry which is a primary key column
SQL gives Primary Key Violation Error
with error line number etc... It takes the values from system.dbo.sysmessages
I want the same message to appear...
I have written a Stored Procedure of around 50 lines...
Well while executin it manually it does not give any error
but while executin it via Application it executes a part of it but not in full....
how to find out the Error if its occuring
Ratz
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.