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:727932
More Search Options
RSS Available
Matching Posts
Re: Continuous Text in Column Breaking Grid width
hi, I missed indicating use the above technique only as an exception else as per my experience using the mentioned style for every control might sometimes make ur ui look very unprofessional. Its fine if u use this in situation like u are facing currently. Dont use it on labels for data entry forms.
Posted to
Data Presentation Controls
(Forum)
by
ssayed@iotap.com
on 11/19/2008
Re: Continuous Text in Column Breaking Grid width
hi, I have faced this issue. U have to do two thing - 1. Fix the column width (if it is a template column fix the width of the control displaying the text). 2. Use the following style for word wrap - word-wrap: break-all
Posted to
Data Presentation Controls
(Forum)
by
ssayed@iotap.com
on 11/19/2008
Re: hi im getting the following error when im continuously clicking on some links ?
Hi, This seemed to have been solved in the below post http://forums.asp.net/t/955145.aspx?PageIndex=9
Posted to
Web Forms
(Forum)
by
ssayed@iotap.com
on 9/26/2008
Re: client side validation
Hi, Can u post some more information on your requirement
Posted to
Client Side Web Development
(Forum)
by
ssayed@iotap.com
on 9/26/2008
Re: CommandTimeout for a query in a dataset
Hi, You should also be creating a dataadapter (sqldataadapter or some other) to populate the dataset. U can set the commandtimeout for the selectcommand of the dataadapter. If the adapter has been created in design view u can see the selectcommand property in the properties window. expand the property and set the commandtimeout hope this helps
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
ssayed@iotap.com
on 9/2/2008
Re: how in store procedured splite a column that is selected
Hi, By default there is no split function in sql. you will have to write one. You find the code for the same in the following url http://www.devx.com/tips/Tip/20009
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ssayed@iotap.com
on 7/11/2008
Re: CommandTimeout for a query in a dataset
Hi, You can add the Sqlcommand to the toolbox and drag it on the page. Then you can set the command timeout property through the properties window. However this wont be a good method from the maintenance point of view. You can have a better method of picking the commandtimeout from the web.config by setting it in the appsettings tag.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
ssayed@iotap.com
on 7/11/2008
Re: XmlNodeList
Hi, sorry for the mistake, i missed that , this should work foreach ( XmlNode theNode in nl) { if (theNode.Attributes[ "Title" ] != null ) Response.Write(theNode.Attributes[ "Title" ].Value + "<br>" ); }
Posted to
Getting Started
(Forum)
by
ssayed@iotap.com
on 7/11/2008
Re: using system tables in database in asp.net 2.0
Hi, Why do you want to do something like this. System tables store information related to the internals of the database like the db schema. These should be in there by default and you may not want to risk to modify these as they can affaect the working of the db. We sometimes query these informatoin in case of generic applicatrion like reading the information fo tables to generate classed (mostly there are inbuilt views to do the same)
Posted to
Getting Started
(Forum)
by
ssayed@iotap.com
on 7/11/2008
Re: Question on ajax update panel
Hi, UpdatePanels are one of the easiest ways to ajax enable your application. But you must be careful how u use them. UpdatePanel do not provide a great performance boost if used unwisely (the same amount of information is posted in case of a partial postback caused due to the update panel and in case of normal postbacks, this includes the entire viewstate Infact you can find ur application users who are addicted to the normal postback complaining for higher response times. It certainly happened
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
ssayed@iotap.com
on 7/11/2008
Filed under: updatepanel performance
Page 1 of 23 (222 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online