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:318885
More Search Options
RSS Available
Matching Posts
Re: how to display data horizontally??
If it's only one field, a Repeater can do that. For multiple fields, you could flip the datatable, for example: http://aspalliance.com/538 and http://www.codeproject.com/KB/database/Vertical_rows_in_Datagrid.aspx Jos
Posted to
Data Presentation Controls
(Forum)
by
Jos Branders
on 11/30/2009
Re: can't see repeater
The repeater doesn't have a datasource. Is a datasource provided dynamically in your codebehind? Jos
Posted to
Data Presentation Controls
(Forum)
by
Jos Branders
on 11/29/2009
Re: Saving Icons .ico
It's a bit more complicated. See http://www.codeproject.com/KB/vb/MultiIcon.aspx Jos
Posted to
System.Drawing/GDI+
(Forum)
by
Jos Branders
on 11/29/2009
Re: SMTP
Do you mean that the receiver gets it marked as spam? In that case, it's not an ASP.NET problem. You can check if you're blacklisted at http://www.mxtoolbox.com/blacklists.aspx If you know who's blacklisting you, you can just ask them to remove you from the blacklist. Jos
Posted to
Web Forms
(Forum)
by
Jos Branders
on 11/28/2009
Re: SQL query with filter
If you added ControlParameters with the gridview wizard, just put a submit button on the page, and it will work. No code or dragging needed. Jos
Posted to
Getting Started
(Forum)
by
Jos Branders
on 11/27/2009
Re: Dynamic controls and state management
I see three options: 1) use AJAX and partial postbacks. Only the part of the page that actually changed would then need a postback. 2) Create a user control for your placeholder. Use viewstate on this control to enable it to repopulate itself. You still need to re-create the user controls themselves on postback, but the user controls would take responsibility for populating their own content. See http://forums.asp.net/t/1186195.aspx for a discussion on dynamic controls. 3) Use a repeater. The repeater's
Posted to
State Management
(Forum)
by
Jos Branders
on 11/22/2009
Re: E-Mail - Exceptions not being caught
Your code tries to send again within the catch block. That may cause another exception which is not handled and therefore produces the ugly page. Jos
Posted to
Visual Basic .NET
(Forum)
by
Jos Branders
on 11/11/2009
Re: apply css to programmtically created control
Try checking the resulting html (view the html source in your browser) to see what's the actual result of your code. Maybe that will give you some clues. Jos
Posted to
Web Forms
(Forum)
by
Jos Branders
on 11/5/2009
Re: UserControl (ascx) with parameters.
http://www.google.com/search?q=asp.net+usercontrol+parameters Jos
Posted to
Web Forms
(Forum)
by
Jos Branders
on 11/2/2009
Re: Syntax error: Missing operand after 'LogDate' operator.
You forgot a few AND operators, and when filtering, dates should be enclosed in #, not in quotes: Dim dr() As DataRow = dtVehicleRunningLog.Select("VHWSCode='" & txtVehicleCode.Text.Trim & "' AND LogDate = # " & dtpDate.Value & " # AND POSTED = 'Y'") See . Jos
Posted to
Getting Started
(Forum)
by
Jos Branders
on 11/2/2009
Page 1 of 73 (721 items) 1
2
3
4
5
Next >
...
Last »
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
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online