Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: Dropdownlist select only first value Pin
Arun Jacob9-Sep-09 23:21
Arun Jacob9-Sep-09 23:21 
QuestionDB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:12
haleemasher9-Sep-09 18:12 
AnswerRe: DB Exception Error converting data type varchar to numeric Pin
Christian Graus9-Sep-09 18:24
protectorChristian Graus9-Sep-09 18:24 
AnswerRe: DB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:47
haleemasher9-Sep-09 18:47 
GeneralRe: DB Exception Error converting data type varchar to numeric Pin
Christian Graus9-Sep-09 18:50
protectorChristian Graus9-Sep-09 18:50 
GeneralRe: DB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:56
haleemasher9-Sep-09 18:56 
QuestionItemTemplate and EditItemTemplate, Eval and bind Pin
amittinku9-Sep-09 17:58
amittinku9-Sep-09 17:58 
AnswerRe: ItemTemplate and EditItemTemplate, Eval and bind Pin
Christian Graus9-Sep-09 18:01
protectorChristian Graus9-Sep-09 18:01 
QuestionIE8 / tabs / cookies Pin
tagyurit9-Sep-09 13:02
tagyurit9-Sep-09 13:02 

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.