Forum: MS SQL Feb 20th, 2009 |
| Replies: 1 Views: 471 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
... |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2009 |
| Replies: 1 Views: 683 Hi
I want to make different style of alert box on my code
So help me how to make user choice alert box.
Thanq |
Forum: MS SQL Feb 12th, 2009 |
| Replies: 2 Views: 502 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... |
Forum: ASP.NET Jan 8th, 2009 |
| Replies: 0 Views: 1,320 SELECT * INTO [supplierexp] FROM [supplier] IN '' [ODBC;Driver={SQLServer};Server=(local);Database=sh op;user name='shop';password='abc123';Trusted_ Connection=yes];"
For above code im getting... |
Forum: ASP.NET Jan 6th, 2009 |
| Replies: 2 Views: 321 |
Forum: ASP.NET Jan 6th, 2009 |
| Replies: 2 Views: 321 Hi Frends,
Can I use View Insted of query in my code.
If yes Then plz tell me how can.
Protected Sub checkavailabilityusername(ByVal sender As Object, ByVal e As... |
Forum: ASP.NET Jan 2nd, 2009 |
| Replies: 6 Views: 1,297 |
Forum: ASP.NET Jan 2nd, 2009 |
| Replies: 6 Views: 1,297 ya i need to show message & create the excel file with details of products at the same time & and it should be saved into a folder. |
Forum: ASP.NET Dec 31st, 2008 |
| Replies: 6 Views: 1,297 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
Your excel has... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 2 Views: 523 Actually my question is can we use views instead of query in our code. |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 2 Views: 523 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... |