Forum: ASP.NET Jan 10th, 2009 |
| Replies: 2 Views: 3,257 can u pls explain wat u hVE DONE..PLA |
Forum: ASP.NET Jan 8th, 2009 |
| Replies: 2 Views: 3,257 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... |
Forum: ASP.NET Jan 7th, 2009 |
| Replies: 9 Views: 3,329 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... |
Forum: ASP.NET Jan 5th, 2009 |
| Replies: 1 Views: 393 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... |
Forum: ASP.NET Jan 3rd, 2009 |
| Replies: 9 Views: 3,329 thanks everyone for replying ..iam trying out if ny doubts will get back..thanks a lot |
Forum: ASP.NET Dec 31st, 2008 |
| Replies: 9 Views: 3,329 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... |
Forum: ASP.NET Dec 13th, 2008 |
| Replies: 3 Views: 990 one request wen u get the solution pls paste here so tat others can also have an idea......otherwise again a thrad will be started n redundancy will take place...so i request all to paste the solution |
Forum: ASP.NET Dec 12th, 2008 |
| Replies: 1 Views: 613 guys some one reply.....i want the code |
Forum: ASP.NET Dec 11th, 2008 |
| Replies: 1 Views: 613 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
string s="divya";
byte[]... |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 11 Views: 1,373 thanks a lot...vizy,greeny n traicey..u made it ..thanks a ton..n thanks for replying for my so called questions |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 11 Views: 1,373 country table...
countryid countryname
1 america
2 brazil
3 india |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 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... |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 11 Views: 1,373 the query u gave me i wrote it ..u can see tat...but there is no output...
like
stateis statename countryid
100 Ahmedabad 1
101 guntur ... |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 its registration form ..i cant keep button na...u find this in many site select country n corresponidng states will come in another dropdownlist...but the code iam not finding |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 ya i got all the countries wic i inserted into ddllcountryname |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 hi myrequirement is i have two dropdownlist one is country n other is statename.....wen i selelc india corresponding states shls come...but i see my selected index function is different from... |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 i have two drop downlist wen i select india the partcular states shld come....but my selected index function is different from urs....is it correct |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 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
protected void Page_Load(object sender, EventArgs e)
{
... |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 11 Views: 1,373 if i keep autopostback to tru ...if i select some country say america...iam getting the first country selected ..tat is afganisthan....
i have
afganisthan
america
india
say if i select india... |
Forum: ASP.NET Dec 10th, 2008 |
| Replies: 19 Views: 1,967 hi above....
can u post ur entired code after making the necessry corrections pls....i need it urgently |
Forum: ASP.NET Dec 9th, 2008 |
| Replies: 11 Views: 1,373 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
SqlConnection cn = new... |