Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:810149
More Search Options
RSS Available
Matching Posts
Show a list in an other list
Hi i wan to show a list like: MovieName1 Actor1 Actor2 Actor3 MovieName2 Actor1 Actor2 Actor3 MovieName3 Actor1 Actor2 Actor3 to do this should i use a control (which data control?) or should i do this with 2 for loops Does someone suggest which is the best way to show a list like this? Or could anyone give me an example link or something Thanks
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/7/2009
Re: Show a list in an other list
i dont need events in this situation. i just use it to show the just inserted informations to say if it is ok go ahead if it is not go back and edit (like preview)
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/7/2009
Re: Show a list in an other list
ok thanks :)
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/7/2009
Disadvanteges of Using UpdatePanel for the whole page?
Hi i want to learn if there are any disadvanteges when using update panel for the whole page i had a page which includes a gridview and some dropdowns to filter that gridview and the result line like total count filtered count averages vs. Also in that page there are some buttons to add products to another table like shopping basket forexample then customer wants no refreshing for this page then i put the hole page in an update panel server side remains as it is. But i dont know this is the good
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
elephantman
on 11/4/2009
Re: Disadvanteges of Using UpdatePanel for the whole page?
very very thanks for the answers and acknowledgements i will put update panels only where i need and i will search the trigger property for using update panels more effectively. actually it is only a report page and 5-6 people will see it for only November but i want to learn these ajax things and performance problems thanks again
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
elephantman
on 11/4/2009
Find ButtonControl and Set Visible False in RowCommand
Hi i have a gridview and in this grid view user add products in some baskets i done this using row command but now what i want is when user click the button the button's visible set to false and a label's visible should be true i couldnt find the controls in gridview's rowcommand here is my gridview and my rowcommand event: <asp:GridView ID="grdCats" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" CellPadding
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/3/2009
Re: Find ButtonControl and Set Visible False in RowCommand
thanks but i got an error which says Unable to cast object of type 'System.Web.UI.WebControls.GridView' to type 'System.Web.UI.WebControls.Button'. showing the line GridViewRow row = (GridViewRow)(((Button)e.CommandSource).NamingContainer); and this is my new rowCommand event protected void grdCats_RowCommand(object sender, GridViewCommandEventArgs e) { string CompResult = ""; string AssetResult = ""; GridViewRow row = (GridViewRow)(((Button)e.CommandSource).NamingContainer
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/3/2009
Re: Find ButtonControl and Set Visible False in RowCommand
thanks agian. with this code i got button's Text,CommandName,CommandArgument, vs properties and i got the rown index number with gvr (gvr.RowIndex) But now how can i get together those codes and find the exact button that i should set visible false on the exact row of gridview?
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/3/2009
Re: Find ButtonControl and Set Visible False in RowCommand
First i want to thank you for all your help. They want this as quick as can and i was stucked so thanks again and again i found how to set visible : Button btn = e.CommandSource as Button; if (btn != null) { GridViewRow gvr = btn.NamingContainer as GridViewRow; if (gvr != null) { Button btnComp = (Button)grdCats.Rows[gvr.RowIndex].FindControl("btnAddCompetition"); btnComp.Visible = false; } }
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 11/3/2009
Re: Has FormView any event like ItemDataBound or Response.Write ?
i like the query solution SELECT field1, field2, 'ApproveStatus' = CASE WHEN ApproveStatus = 1 THEN 'Approved' WHEN ApproveStatus = 2 THEN 'Not Approved' WHEN ApproveStatus = 1 THEN 'Approve Waiting' END FROM Schema.TableName i implement it successfully and it work as i want now. THANK YOU!!! :)
Posted to
Data Presentation Controls
(Forum)
by
elephantman
on 10/30/2009
Page 1 of 38 (372 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online