Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for divyasrinivasan

hi ... thanks a lot..i got how to edi,update,n delete..now i want to validate the textbox wen i press update...like i want to ckeck for null vlues entry...only numbers.......i am searching for javascript but no proper result... any links ..pls post....

Member Avatar for cloudlight
0
839
Member Avatar for divyasrinivasan

hi i want to have the code for editing,updating n deleting data in gridvoiew i tried a lot searching in google..i trid also but could not get the output....i want how to insert textboxes using the edit colums ....i want in detail pls help... 2.next is how to add rows …

Member Avatar for mail2saion
1
165
Member Avatar for divyasrinivasan

Hi iam using login controls....for that i went o asp .net configuration website->asp configuration i went to security created roles and all... but something has to be written in webconfig file ..iam not able to get that..pls if anyone knowns about it pls guide.......

Member Avatar for SavuthHeng
0
69
Member Avatar for sierrasoft
Member Avatar for divyasrinivasan

i want to take a button and a text..i give a string in textbox n in button click i want the string to convert to bytearray.... i wrote the code in button click [code=C#] string s="divya"; byte[] bytstr=Encoding.ASCII.GetBytes(s); [/code] now wat to do next ...where to input n how to …

Member Avatar for divyasrinivasan
0
71
Member Avatar for divyasrinivasan

pls give me the complete code for it ..i tryed but not getting the output..pls help..iam pasting the code here but no output [code=aspnet] SqlConnection cn = new SqlConnection(ConfigurationSettings.AppSettings["con"].ToString()); protected void Page_Load(object sender, EventArgs e) { Response.Write("sql is connected"); SqlDataAdapter da = new SqlDataAdapter("select countryid,countryname from countryname", cn); DataSet ds …

Member Avatar for terrible
0
143
Member Avatar for Traicey

Guys I have a dropdownlist control with categories so when I select something from ddlCategory I wana display all the products fall under that category in a datagrid but I dont seem to get that right... here is the bit I have done [CODE=C#] protected void Page_Load(object sender, EventArgs e) …

Member Avatar for Traicey
0
196