Click here to Skip to main content
15,925,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatalist Pin
KhandelwalA9-Sep-09 20:38
KhandelwalA9-Sep-09 20:38 
AnswerRe: Datalist Pin
Parwej Ahamad9-Sep-09 20:50
professionalParwej Ahamad9-Sep-09 20:50 
QuestionFLV Pin
geeeeeeeetha9-Sep-09 20:33
geeeeeeeetha9-Sep-09 20:33 
AnswerRe: FLV Pin
Ravi Mori9-Sep-09 20:45
Ravi Mori9-Sep-09 20:45 
QuestionDate Format In XML in converting excel file in a folder Pin
rummer9-Sep-09 20:09
rummer9-Sep-09 20:09 
AnswerRe: Date Format In XML in converting excel file in a folder Pin
Parwej Ahamad9-Sep-09 21:00
professionalParwej Ahamad9-Sep-09 21:00 
AnswerRe: Date Format In XML in converting excel file in a folder Pin
keyur satyadev9-Sep-09 23:19
keyur satyadev9-Sep-09 23:19 
Questionquery Pin
mylogics9-Sep-09 19:24
professionalmylogics9-Sep-09 19:24 
AnswerRe: query Pin
Suresh Suthar9-Sep-09 20:07
professionalSuresh Suthar9-Sep-09 20:07 
GeneralRe: query Pin
mylogics9-Sep-09 20:14
professionalmylogics9-Sep-09 20:14 
GeneralRe: query Pin
Suresh Suthar9-Sep-09 20:22
professionalSuresh Suthar9-Sep-09 20:22 
GeneralRe: query Pin
mylogics9-Sep-09 20:28
professionalmylogics9-Sep-09 20:28 
GeneralRe: query Pin
Suresh Suthar9-Sep-09 20:46
professionalSuresh Suthar9-Sep-09 20:46 
GeneralRe: query Pin
rummer9-Sep-09 20:16
rummer9-Sep-09 20:16 
GeneralRe: query Pin
Suresh Suthar9-Sep-09 20:24
professionalSuresh Suthar9-Sep-09 20:24 
GeneralRe: query Pin
Christian Graus9-Sep-09 21:29
protectorChristian Graus9-Sep-09 21:29 
AnswerRe: query Pin
Christian Graus9-Sep-09 21:27
protectorChristian Graus9-Sep-09 21:27 
Well, this has to be the most ridiculous code I've seen in a long time.

mylogics wrote:
txt[i] = new TextBox();
txt[i].ID = "txt" + i.ToString();
string s1 = txt[i].Text;
string s2 = "Insert Into ProductSpecification(Value)Values('"+s1+"')";


Well, why would you expect s1 to be anything, but an empty string ? What on earth are you expecting here ?

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

Questionjava TAPI is connecting to ASP.Net Application Pin
kareemmahammed9-Sep-09 18:57
kareemmahammed9-Sep-09 18:57 
AnswerRe: java TAPI is connecting to ASP.Net Application Pin
Christian Graus9-Sep-09 19:02
protectorChristian Graus9-Sep-09 19:02 
QuestionDropdownlist select only first value Pin
haleemasher9-Sep-09 18:54
haleemasher9-Sep-09 18:54 
AnswerRe: Dropdownlist select only first value Pin
Christian Graus9-Sep-09 18:59
protectorChristian Graus9-Sep-09 18:59 
GeneralRe: Dropdownlist select only first value Pin
haleemasher9-Sep-09 19:07
haleemasher9-Sep-09 19:07 
GeneralRe: Dropdownlist select only first value Pin
Christian Graus9-Sep-09 19:08
protectorChristian Graus9-Sep-09 19:08 
GeneralRe: Dropdownlist select only first value Pin
N a v a n e e t h9-Sep-09 19:12
N a v a n e e t h9-Sep-09 19:12 
GeneralRe: Dropdownlist select only first value Pin
Christian Graus9-Sep-09 19:16
protectorChristian Graus9-Sep-09 19:16 

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.