TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rathi rathi
NA
19
0
Popup Window
May 30 2006 5:22 AM
protected void dg_ItemCommand(object source, DataGridCommandEventArgs e) { TableCell ide = e.Item.Cells[1]; name = ide.Text; //TextBox tb2 = new TextBox(); //tb2.Visible = false; //tb2.Text = name.ToString(); Response.Redirect("ChangeVendor.aspx?codehp=" + name); } changeVendor is an link in the DynamicDataGrid so when i click that still now I was opening as usual window now tell me how I have to provide the jvascript function here Give me a code to do this
Reply
Answers (
0
)
Menu Items (enable & disable) with parent and child form
Thread safe Generic list