Click here to Skip to main content
15,913,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBest method of delegating password resets Pin
sczii11-May-15 16:10
sczii11-May-15 16:10 
QuestionTextbox in Updatepanel doesnt submit text Pin
senglory7-May-15 21:46
senglory7-May-15 21:46 
AnswerRe: Textbox in Updatepanel doesnt submit text Pin
jkirkerx8-May-15 11:37
professionaljkirkerx8-May-15 11:37 
GeneralRe: Textbox in Updatepanel doesnt submit text Pin
senglory8-May-15 21:25
senglory8-May-15 21:25 
GeneralRe: Textbox in Updatepanel doesnt submit text Pin
senglory25-May-15 10:07
senglory25-May-15 10:07 
Questiondefault page redirect when go back home page. Pin
Ibrar Tariq7-May-15 21:35
Ibrar Tariq7-May-15 21:35 
QuestionRe: default page redirect when go back home page. Pin
ZurdoDev8-May-15 8:39
professionalZurdoDev8-May-15 8:39 
AnswerRe: default page redirect when go back home page. Pin
Ibrar Tariq8-May-15 15:44
Ibrar Tariq8-May-15 15:44 
AnswerRe: default page redirect when go back home page. Pin
Marjan Venema9-May-15 8:14
professionalMarjan Venema9-May-15 8:14 
GeneralRe: default page redirect when go back home page. Pin
ZurdoDev9-May-15 11:11
professionalZurdoDev9-May-15 11:11 
QuestionAdd Dynamic Field in SQL Server or XML Pin
ankitsoftdev7-May-15 7:05
ankitsoftdev7-May-15 7:05 
GeneralRe: Add Dynamic Field in SQL Server or XML Pin
Sascha Lefèvre7-May-15 9:16
professionalSascha Lefèvre7-May-15 9:16 
AnswerRe: Add Dynamic Field in SQL Server or XML Pin
jkirkerx7-May-15 13:08
professionaljkirkerx7-May-15 13:08 
columns are static in a table, unless you add or delete one.
if you need something dynamic, then write XML to a column designed to store XML in your table.
Or write a CSV file or something.

I store shipping data and options that are always different in a XML file stored in a column in a table.
So I just write the XML, and then parse it.

Other than that, I think your proposed solution needs another looking at.
Instead of deciding to do something that may not be plausible, you should check to see if it can be done first.

AnswerRe: Add Dynamic Field in SQL Server or XML Pin
MarbryH11-May-15 3:22
MarbryH11-May-15 3:22 
Questionpublish asp.net page with Response.Write. Unable publish Ajax controls. Pin
jayendernath7-May-15 1:03
jayendernath7-May-15 1:03 
AnswerRe: publish asp.net page with Response.Write. Unable publish Ajax controls. Pin
F-ES Sitecore7-May-15 1:32
professionalF-ES Sitecore7-May-15 1:32 
Questionhow to develop video chat in Asp.net? Pin
Member 115118355-May-15 6:02
Member 115118355-May-15 6:02 
General[REPOST] Pin
Sascha Lefèvre5-May-15 6:11
professionalSascha Lefèvre5-May-15 6:11 
GeneralRe: [REPOST] Pin
Member 115118355-May-15 6:15
Member 115118355-May-15 6:15 
GeneralRe: [REPOST] Pin
CHill606-May-15 12:31
mveCHill606-May-15 12:31 
Questionhow to develop video chat in asp.net c# visual studio 2010? Pin
Member 115118355-May-15 5:53
Member 115118355-May-15 5:53 
General[REPOST] Pin
Sascha Lefèvre5-May-15 6:11
professionalSascha Lefèvre5-May-15 6:11 
QuestionCustomising Bootstrap NavBars Pin
xiecsuk5-May-15 0:37
xiecsuk5-May-15 0:37 
AnswerRe: Customising Bootstrap NavBars Pin
jkirkerx6-May-15 8:50
professionaljkirkerx6-May-15 8:50 
GeneralRe: Customising Bootstrap NavBars Pin
xiecsuk7-May-15 0:12
xiecsuk7-May-15 0:12 

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.