Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
niteoti21-Jul-14 1:39
niteoti21-Jul-14 1:39 
GeneralRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
Member 791718221-Jul-14 3:55
Member 791718221-Jul-14 3:55 
AnswerRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
Kornfeld Eliyahu Peter21-Jul-14 9:24
professionalKornfeld Eliyahu Peter21-Jul-14 9:24 
AnswerRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
jkirkerx23-Jul-14 11:11
professionaljkirkerx23-Jul-14 11:11 
QuestionPlease help to insert data from Listbox into table in SQL Server Pin
Member 1079445920-Jul-14 16:42
Member 1079445920-Jul-14 16:42 
AnswerRe: Please help to insert data from Listbox into table in SQL Server Pin
meeram3920-Jul-14 19:53
professionalmeeram3920-Jul-14 19:53 
GeneralRe: Please help to insert data from Listbox into table in SQL Server Pin
Member 1079445920-Jul-14 20:17
Member 1079445920-Jul-14 20:17 
GeneralRe: Please help to insert data from Listbox into table in SQL Server Pin
meeram3920-Jul-14 22:34
professionalmeeram3920-Jul-14 22:34 
It will not be complex in any way with Stored Procedure. You can use xml paramter in Stored proc and use that in your C# code to pass the parameter to stored proc. One thing is you need to create an xml doc with your C# code. If that is tough, create a simple datatable with required columns and rows, convert that to xml and then you can use that in your stored procedure. An example for this is:Stored Procedure takes Xml as input parameter. Or Try use with Linq queries. That will be so easy

Another Example : Pass XML as Parameter from C# to SQL Stored Procedure This example is for select, you can write insert statements instead.

Creating a loop and putting Sql statements inside that loop is much inefficient and less secure.
GeneralRe: Please help to insert data from Listbox into table in SQL Server Pin
vijendradudhe23-Jul-14 0:20
vijendradudhe23-Jul-14 0:20 
Questionhow to store text -box value in database Pin
Member 1095733819-Jul-14 2:03
Member 1095733819-Jul-14 2:03 
AnswerRe: how to store text -box value in database Pin
Dilan Shaminda19-Jul-14 16:35
professionalDilan Shaminda19-Jul-14 16:35 
Questionc# Code to save list of files from virtual directory to local drives Pin
pulkit_chopra1218-Jul-14 22:02
pulkit_chopra1218-Jul-14 22:02 
AnswerRe: c# Code to save list of files from virtual directory to local drives Pin
meeram3919-Jul-14 1:59
professionalmeeram3919-Jul-14 1:59 
QuestionReceiving requestTimeOut error on 200 concurrent users Pin
antony beula17-Jul-14 21:45
antony beula17-Jul-14 21:45 
AnswerRe: Receiving requestTimeOut error on 200 concurrent users Pin
ZurdoDev21-Jul-14 4:44
professionalZurdoDev21-Jul-14 4:44 
QuestionAsp Mvc 5 user registration fails Pin
AnCristina17-Jul-14 11:55
professionalAnCristina17-Jul-14 11:55 
QuestionASP.Net temporary Folder Pin
Member 260584316-Jul-14 21:03
Member 260584316-Jul-14 21:03 
QuestionIs it possible to run multiple websites on single port of iis? Pin
srinivas vadepally16-Jul-14 19:08
srinivas vadepally16-Jul-14 19:08 
AnswerRe: Is it possible to run multiple websites on single port of iis? Pin
Richard Deeming17-Jul-14 1:43
mveRichard Deeming17-Jul-14 1:43 
GeneralRe: Is it possible to run multiple websites on single port of iis? Pin
srinivas vadepally17-Jul-14 1:51
srinivas vadepally17-Jul-14 1:51 
GeneralRe: Is it possible to run multiple websites on single port of iis? Pin
Richard Deeming17-Jul-14 1:55
mveRichard Deeming17-Jul-14 1:55 
GeneralRe: Is it possible to run multiple websites on single port of iis? Pin
srinivas vadepally17-Jul-14 2:10
srinivas vadepally17-Jul-14 2:10 
QuestionDropdownlist and nested griview Pin
BHARATGARANDE16-Jul-14 17:53
BHARATGARANDE16-Jul-14 17:53 
AnswerRe: Dropdownlist and nested griview Pin
Er. Vikas Sangal28-Jul-14 0:27
Er. Vikas Sangal28-Jul-14 0:27 
QuestionC# , WebSockets - HTTPS Pin
sgeorge10615-Jul-14 0:46
sgeorge10615-Jul-14 0:46 

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.