Click here to Skip to main content
16,014,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get a webpage as an image? Pin
Spunky Coder15-Jun-09 20:15
Spunky Coder15-Jun-09 20:15 
AnswerRe: How to get a webpage as an image? Pin
himanshu256115-Jun-09 20:34
himanshu256115-Jun-09 20:34 
GeneralRe: How to get a webpage as an image? Pin
Spunky Coder15-Jun-09 20:38
Spunky Coder15-Jun-09 20:38 
Questioncan't store value of dynamically generated upload controls. Pin
pujafaldu15-Jun-09 20:10
pujafaldu15-Jun-09 20:10 
Questionhow to update grid view row on dropdown selection Pin
shahid_rasul15-Jun-09 19:21
shahid_rasul15-Jun-09 19:21 
GeneralRe: how to update grid view row on dropdown selection Pin
Kaushal Arora16-Jun-09 6:53
Kaushal Arora16-Jun-09 6:53 
Questionwant to load controls in aspx pg from the class file which is inherited Pin
anbusenthil15-Jun-09 18:42
anbusenthil15-Jun-09 18:42 
QuestionArithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
jigneshp2515-Jun-09 18:24
jigneshp2515-Jun-09 18:24 
Dim cmd = New SqlClient.SqlCommand("Update Studentmaster set Firstname='" & txtsfname.Text & "', Middlename='" & txtsmname.Text & "', Lastname='" & txtslname.Text & "', Address1='" & txtadd1.Text & "', Address2='" & txtadd2.Text & "', City='" & txtcity.Text & "', State='" & txtstate.Text & "', Pincode=" & Val(txtpin.Text) & ", Gender='" & txtgen.Text & "', Birthdate='" & CDate(txtbdate.Text) & "', Emailid='" & txtemail.Text & "', Category='" & txtcat.Text & "', Mstatus='" & txtmstatus.Text & "', Aboutme='" & txtabtme.Text & "', Graduationcollege= '" & txtgclg.Text & "', GraduationResult= " & Val(txtgresult.Text) & ", Graduationdegree='" & txtgdeg.Text & "', Masterdegree= '" & txtmdeg.Text & "', Mastercollege='" & txtmclg.Text & "', HSC=" & Val(txthsc.Text) & ", SSC=" & Val(txtssc.Text) & ", Usertype='" & txtutype.Text & "', Username='" & txtuname.Text & "', Password='" & txtpasswd.Text & "', Questions='" & cmbsq.SelectedValue & "', Answer='" & txtans.Text & "' where Studentid= '" & Session.Item("studentid") & "' ", c)
cmd.ExecuteNonQuery()
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
saanj15-Jun-09 19:10
saanj15-Jun-09 19:10 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
Baran M15-Jun-09 19:18
Baran M15-Jun-09 19:18 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
Abhijit Jana15-Jun-09 19:33
professionalAbhijit Jana15-Jun-09 19:33 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
Christian Graus15-Jun-09 21:20
protectorChristian Graus15-Jun-09 21:20 
QuestionHow can I add google map to a website Pin
Member 426027015-Jun-09 18:11
Member 426027015-Jun-09 18:11 
AnswerRe: How can I add google map to a website Pin
N a v a n e e t h15-Jun-09 18:15
N a v a n e e t h15-Jun-09 18:15 
AnswerRe: How can I add google map to a website Pin
Not Active15-Jun-09 18:15
mentorNot Active15-Jun-09 18:15 
AnswerRe: How can I add google map to a website Pin
Baran M15-Jun-09 18:17
Baran M15-Jun-09 18:17 
GeneralRe: How can I add google map to a website Pin
Member 426027016-Jun-09 1:29
Member 426027016-Jun-09 1:29 
QuestionUsercontrol in Asp.net with C# Pin
mahichandu15-Jun-09 11:42
mahichandu15-Jun-09 11:42 
AnswerRe: Usercontrol in Asp.net with C# Pin
Not Active15-Jun-09 11:55
mentorNot Active15-Jun-09 11:55 
GeneralRe: Usercontrol in Asp.net with C# Pin
Christian Graus15-Jun-09 15:05
protectorChristian Graus15-Jun-09 15:05 
GeneralRe: Usercontrol in Asp.net with C# Pin
Not Active15-Jun-09 15:25
mentorNot Active15-Jun-09 15:25 
GeneralRe: Usercontrol in Asp.net with C# Pin
Christian Graus15-Jun-09 16:02
protectorChristian Graus15-Jun-09 16:02 
QuestionReading text file Pin
Matt Cavanagh15-Jun-09 11:24
Matt Cavanagh15-Jun-09 11:24 
AnswerRe: Reading text file Pin
Not Active15-Jun-09 11:52
mentorNot Active15-Jun-09 11:52 
GeneralRe: Reading text file Pin
Matt Cavanagh15-Jun-09 12:47
Matt Cavanagh15-Jun-09 12:47 

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.