Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for bhavyajyothinat

registration.asp::: [CODE] <% connection%> <%if request.QueryString("insert")<>"" then 'if request.QueryString("rbnMale")=="on" then ' gender="Male" ' else if request.QueryString("rbnFemale")=="on" then ' gender="Female" ' end if gender="male" qry="insert into registration(Username,Password,FirstName,LastName,Address,Place,LandPhone,MobilePhone,Email,Gender,Qualification)values('"+request.Form("txtUsername")+"','"+request.Form("txtPassword")+"','"+request.Form("txtFirstName")+"','"+request.Form("txtLastName")+"','"+request.Form("txtAddress")+"','"+request.Form("txtPlace")+"',"+request.Form("txtlandPhone")+","+request.Form("txtMobile")+",'"+request.Form("txtEmail")+"','"+gender+"','"+request.Form("txtQualification")+"')" CON.Execute(qry) Response.Redirect("ListUsers.asp") end if %> <form id="form2" name="form2" method="post" action="Registration.asp?insert=1" > <table width="286" border="1" align="center"> <tr> <td width="87">UserName:</td> <td width="183"><label> <input name="txtUserName" type="text" id="txtUserName" …

0
77
Member Avatar for bhavyajyothinat
Member Avatar for bhavyajyothinat

Hi..Please help me to find solution for this: table am using:tbl_Details Fields in table:UserId(int),FirstName(varchar),LastName(varchar),Image(varchar) tbl_Details UserId | FirstName | LastName | Image ---------------------------------------------- 1 | Peter | John | ee.jpg 2 | James |Samuel | flower.jpg In the Website..a folder"Images" contains ee.jpg,flower.jpg da=new OdbcDataAdapter("select UserId,FirstName,LastName from tbl_Details",con); da.Fill(dt); GridView1.DataSource=dt; GridView1.DatBind(); …

0
59
Member Avatar for bhavyajyothinat

i need to add a column in gridview.. the column should contain image of the person..and the name of the image is to be taken from database. eg: table:tbl_Details columns: Picture:ee.jpg Name:abcd Age:20 Address:"abc street" the picture ee.jpg is saved in a folder "Images" in the Website. could someone help …

Member Avatar for abelLazm
0
2K
Member Avatar for bhavyajyothinat

can someone send the code for connecting with MySql in asp.net. and code for inserting some entry to a table. I have no idea about MySql. Am having an interview on 16th March.They asked me to do with MySql. Please someone help me..

Member Avatar for bhavyajyothinat
0
290