Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<a href='"add_adminuser.aspx?Flag=Edit&AdminId=" + DataBinder.Eval(Container.DataItem, "admin_id") + "&email=" + txtEmail.Text + %>'>

i write this code but get error CS1206 expected please any one to help me...!!

Thanks...
Narendra
Posted
Updated 14-May-10 5:08am
v2

1 solution

Looks like href link formation is incorrect. You need to check and form it correctly. Use escape sequences when needed. Start with one query string and then eventually build it up.

Also, form complete 'a href' with proper tag and properties needed.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900