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:762967
More Search Options
RSS Available
Matching Posts
Re: problem with link in dataList
Hi helixpoint, also try: < asp : HyperLink ID ="HyperLink1" NavigateUrl =' <%# "~/Newsletter.aspx?year=" + Eval(Container.DataItem, "DateYear")%> ' runat ="server"> HyperLink </ asp : HyperLink >
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/16/2009
Re: sending datagird with template column( images with hyperlink) as a mail body
Hi niranjandesi , Since server side controls actually render themselves as html tags, you can output these final html tag into mail body manually. http://forums.asp.net/p/1255816/2339458.aspx#2339458 About how to Sending email with an embedded image through ASP.NET, see this useful link: http://zhangming870.spaces.live.com/blog/cns!A2AD6527D0E04872!166.entry
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/15/2009
Re: cant delete any more
Hi homermg , [quote user="homermg"]But do i have any possibility to delte this column from my gridview, because user don't need to see this column.[/quote] , You can add it into the datakeynames collection of gridview. <asp:GridView ID="GridView1" runat="server" DataKeyNames="idididid" DataSourceID="SqlDataSource1">
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/15/2009
Re: quick question about displaying xml in detailsview
Hi baubuchon , If you bind data control to xml file, the preference of binding expression should be given to Xpath. see : http://forums.asp.net/p/1440331/3259884.aspx
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/13/2009
Re: Is it possible to pass two values from gridview into a sql delete ?
Hi funluckykitty , I agree with superguppie . You may need to add "Batch" field into datakeynames collection. And you need to specify Batch field for DeleteParameters. <DeleteParameters> <asp:Parameter Name="Batch" Type="Int64" /> </DeleteParameters>
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/10/2009
Re: Export datagrid to excel (with datagrid formatting and styles)
Hi kssaranmca2006, Here is my sample: http://forums.asp.net/p/1213515/2150958.aspx#2150958
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/9/2009
Re: Error after replacing 'GridView' with 'SDXGrid'
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/8/2009
Re: [ASP.NET 3.5][C#] How to add "Update" function to Custom GridView ?
Hi luicst , protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e) { GridViewRow row = this.GridView1.Rows[e.RowIndex]; }
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/8/2009
Re: Gridview fullscreen
Hi arny1 , set the width and height of gridview to 100%. when the user clicks the fullscreen button, show a fullscreen window. In that new window, you could set the window to open in full screen using JavaScript. http://www.pptools.com/ppt2html/FAQ00140.htm
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/8/2009
Re: linkbutton in datagrid??
Hi .net_junkie, protected void dg_ItemCommand(object source, DataGridCommandEventArgs e) { string str = dg.DataKeys[e.Item.ItemIndex].ToString(); string sql = "select * from table where id = " + str; //query database and bind the resultset to another datagrid } <asp:DataGrid DataKeyField="Id" runat="server" ID="dg" OnItemCommand="dg_ItemCommand" > <Columns> <asp:TemplateColumn> <ItemTemplate> <asp:LinkButton ID="LinkButton1"
Posted to
Data Presentation Controls
(Forum)
by
Samu Zhang - MSFT
on 7/7/2009
Page 1 of 609 (6082 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online