- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
[code] <Gridview datasource=generic list of person> <columns> <TemplateField> <ItemTemplate> <asp: Label id="person" text="[U]<%# Eval(Person.name) %>[/U]"></Label> </ItemTemplate> </TemplateField> <TemplateField> <ItemTemplate> <asp: Label id="id" Text="<%# [U]Eval(Container.DataItem,MyPets[0].NumberOfPaws.ToString())[/U] %>"></Label> </ItemTemplate> </TemplateField> </columns> </Gridview> [/code]
protected void reset_Click(object sender, EventArgs e) { // It will work dear. textBox1.Text = ""; textBox2.Text = ""; }
You can complete your job using javascript and server side coding.First you should populate the gridview with state and region and also use the gridview rowdatabound event. You populate the region in hidden field/lable with visibility state is false. And when you click on state checkbox, then from client side, …
I like your post, below your question answers 1). Correct answer is C ([COLOR="Green"]The dsStudent DataSet will contain all modified rows from the dsProspect DataSet[/COLOR]) Returns a copy of the DataSet that contains all changes made to it since it was loaded or AcceptChanges was last called. 2). Correct answer …
The End.
Shoaib Siddiqui