Click here to Skip to main content
15,917,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HTML Button Pin
kirthikirthi22-Aug-06 1:58
kirthikirthi22-Aug-06 1:58 
GeneralRe: HTML Button Pin
_AK_22-Aug-06 2:01
_AK_22-Aug-06 2:01 
QuestionGridView Sorting Pin
Tiger45621-Aug-06 21:27
Tiger45621-Aug-06 21:27 
AnswerRe: GridView Sorting Pin
_AK_21-Aug-06 23:29
_AK_21-Aug-06 23:29 
QuestionWhy the Eval() function could not work in GridView? Pin
rushing21-Aug-06 21:05
rushing21-Aug-06 21:05 
Questionquestion on for loop Pin
sunita ramesh21-Aug-06 21:00
sunita ramesh21-Aug-06 21:00 
AnswerRe: question on for loop Pin
Navi1521-Aug-06 21:34
Navi1521-Aug-06 21:34 
AnswerRe: question on for loop Pin
Ramasubramaniam22-Aug-06 5:36
Ramasubramaniam22-Aug-06 5:36 
Hi,

1) Construct an XML file from the front end (ASP.NET).
2) Pass the XML file as a parameter to an Stored Procedure.
3) Write an SP to read the Values from the XML and insert into table.

Sample Insert query to read from xml in SP
Insert into table1(field1,field2,field3,....,field75)
Select * from OpenXml(@intPointer,'/XML1/XML2',2)
With (field1 char(6),field2 char(3),field3 char(15),......,field75 char (8) )

Advantages:
==========
1) No need to create 75 parameters.
2) SP creation is very simple and easy to maintain.



Ram
QuestionError ---> Unable to send to all recipients. Pin
DotnetRafi21-Aug-06 20:45
DotnetRafi21-Aug-06 20:45 
AnswerRe: Error ---> Unable to send to all recipients. Pin
Suresh Pirsquare22-Aug-06 0:06
Suresh Pirsquare22-Aug-06 0:06 
QuestionCommunication between two machine with aspx page Pin
prabhakar dwivedi21-Aug-06 20:23
prabhakar dwivedi21-Aug-06 20:23 
AnswerRe: Communication between two machine with aspx page Pin
coolestCoder21-Aug-06 20:30
coolestCoder21-Aug-06 20:30 
QuestionskmMenu--Anyother menu option in asp.net 1.1 Pin
Vsree21-Aug-06 20:11
Vsree21-Aug-06 20:11 
QuestionExcel like Grid in ASP.NET 2.0 ... Pin
Haridas.R21-Aug-06 20:04
Haridas.R21-Aug-06 20:04 
AnswerRe: Excel like Grid in ASP.NET 2.0 ... Pin
Suelinda_W7-Sep-06 10:44
Suelinda_W7-Sep-06 10:44 
QuestionWord Doc from Database Pin
NinaWilliam21-Aug-06 18:02
NinaWilliam21-Aug-06 18:02 
AnswerRe: Word Doc from Database Pin
Andrei_KS21-Aug-06 18:32
Andrei_KS21-Aug-06 18:32 
AnswerRe: Word Doc from Database Pin
Ramasubramaniam22-Aug-06 5:39
Ramasubramaniam22-Aug-06 5:39 
GeneralRe: Word Doc from Database Pin
NinaWilliam22-Aug-06 18:32
NinaWilliam22-Aug-06 18:32 
GeneralRe: Word Doc from Database Pin
Ramasubramaniam23-Aug-06 3:37
Ramasubramaniam23-Aug-06 3:37 
QuestionItem data bound question .. Pin
cheeken2u21-Aug-06 18:00
cheeken2u21-Aug-06 18:00 
AnswerRe: Item data bound question .. Pin
postmaster@programmingknowledge.com21-Aug-06 18:06
postmaster@programmingknowledge.com21-Aug-06 18:06 
AnswerRe: Item data bound question .. Pin
_AK_21-Aug-06 18:07
_AK_21-Aug-06 18:07 
GeneralRe: Item data bound question .. Pin
cheeken2u21-Aug-06 20:22
cheeken2u21-Aug-06 20:22 
GeneralRe: Item data bound question .. Pin
_AK_21-Aug-06 20:25
_AK_21-Aug-06 20:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.