Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~797 People Reached
Favorite Forums
Favorite Tags
Member Avatar for chinni1

Hi , I want to retrive the xml data into my database table. The xml file is from outside of application.so i want to retrive that xml data into database with in some temporary table Thanq

Member Avatar for sknake
0
57
Member Avatar for chinni1

Hi I want to make different style of alert box on my code So help me how to make user choice alert box. Thanq

Member Avatar for almostbob
0
59
Member Avatar for chinni1

Hi I want to know how to write storedprocedure when search creiteria is Present. Here the query to give the list of "select ID, Salesmennummer , Salesname Commision, Areacode from sales_master Areacode Salesmennummer Salesname Commision 1 1000 Rams 200 2 2000 Johny 1000 I Want to search above list by …

Member Avatar for Ramy Mahrous
0
87
Member Avatar for chinni1

[code]SELECT * INTO [supplierexp] FROM [supplier] IN '' [ODBC;Driver={SQLServer};Server=(local);Database=sh op;user name='shop';password='abc123';Trusted_ Connection=yes];"[/code] For above code im getting error like ODBC--connection to '{SQLServer}(local)' failed.Im using the valid username and password only

0
54
Member Avatar for chinni1

Hi Frends, Can I use View Insted of query in my code. If yes Then plz tell me how can. [code=asp.net] Protected Sub checkavailabilityusername(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewInsertEventArgs) Handles usersformview.ItemInserting Dim name As TextBox Dim username As String Dim Query As String Dim dr As SqlDataReader Dim …

Member Avatar for chinni1
0
130
Member Avatar for chinni1

Hi,frends I have a Export product button in product details page. If i click the Export product button i want to get one pop up,the pop up should be contain the message like this [B]Your excel has been successfully create and can be viewed by clicking[U] Product_data [/U][/B]. so I …

Member Avatar for chinni1
0
294
Member Avatar for chinni1

This is my code.Here Instead of query string can i use view. plz reply me. Protected Sub btnchk_name_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnchk_name.Click Dim str As String = "select ID from table1 where ID = '" & txtid.Text & "'" Dim con As String = ConfigurationManager.AppSettings("preeconn") …

Member Avatar for chinni1
0
116