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:716504
More Search Options
RSS Available
Matching Posts
Repeat-Direction and Repeat-Column with HtmlTable control
Hello folks, I'm trying to restrict the number of columns to be displayed in each row in my table. I want each row to contain 3 columns only. This is my code so far: DataTable dt = FillDataTable(); HtmlTable table = new HtmlTable(); int counter = 1; HtmlTableRow tr = new HtmlTableRow(); foreach (DataRow row in dt.Rows) { if (counter <= 3) { HtmlTableCell td = new HtmlTableCell(); td.InnerText = (string)row["Title"]; tr.Cells.Add(td); } else { table.Rows.Add(tr); HtmlTableCell td
Posted to
Data Presentation Controls
(Forum)
by
YairNevet
on 10/24/2009
Re: Repeat-Direction and Repeat-Column with HtmlTable control
Hi Careed, Only 3 columns are been displayed...
Posted to
Data Presentation Controls
(Forum)
by
YairNevet
on 10/24/2009
Re: Repeat-Direction and Repeat-Column with HtmlTable control
My friends, I know I can do it with DataList and i've already did it with DataList. I want to learn the technique. I want to see the code for implementing such behaviour. Can you provide me the correct code? Thank you, Yair
Posted to
Data Presentation Controls
(Forum)
by
YairNevet
on 10/24/2009
Re: Repeat-Direction and Repeat-Column with HtmlTable control
Hi PeteNet, Your example maybe work with 12 records, but what if I have only 2 records in the table? Yair
Posted to
Data Presentation Controls
(Forum)
by
YairNevet
on 10/24/2009
Get total unread messages number using outlook API
Hi, Anyone know how can I get the total unread messages number using outlook API in ASP.NET? Yair
Posted to
Enterprise Services Integration
(Forum)
by
YairNevet
on 9/15/2009
style.posTop Property vs style.Top Property
Anyone knows the differents between them? Yair
Posted to
Client Side Web Development
(Forum)
by
YairNevet
on 8/23/2009
Re: Using AJAX ToggleButton Extender in datagrid with checkboxes column
Thank you. nice idea.
Posted to
ASP.NET AJAX UI
(Forum)
by
YairNevet
on 8/21/2009
Windows Integrated Authentication
Hi folks, I want to understand, when i'm using: ICredentials credential = CredentialCache.DefaultCredentials in asp.net web application, I get the server credential or the current connected user to the application credential?
Posted to
Security
(Forum)
by
YairNevet
on 8/17/2009
Re: Access ASP.NET TreeView server control using JavaScript
Hi, I'm building my TreeNode dynamicly using C#... how can I add this property to the RootNode via c#?
Posted to
Client Side Web Development
(Forum)
by
YairNevet
on 8/5/2009
Re: Access ASP.NET TreeView server control using JavaScript
[quote user="NC01"] I have no idea then. Sorry. NC... [/quote] I've found out that this control is not ASP.NET 2 TreeView but Microsoft WebControl TreeView( Microsoft.Web.UI.WebControls.TreeView )... I dont know why this the way the control is render like that.....any idea?
Posted to
Client Side Web Development
(Forum)
by
YairNevet
on 8/4/2009
Page 1 of 18 (174 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online