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:731717
More Search Options
RSS Available
Matching Posts
Re: Checking if javascript array is already registered with ClientScript.RegisterArrayDeclaration();
Hi Eddy, Just concat the Data key Ids with declaration, It will remove the problem for duplicate declaration. ClientScript.RegisterArrayDeclaration("CheckBoxIDs" + DatakeyIDs.Tostring(), String.Concat("'", cb.ClientID, "'"));
Posted to
Web Forms
(Forum)
by
zirmandli
on 5/8/2009
Re: Different behaviour in Step-by-Step mode and runtime execution
Hi Sundari, Can you please provide us the detail what exact problem you are facing. so we can help you better.
Posted to
Web Forms
(Forum)
by
zirmandli
on 5/8/2009
Re: issue with exporting data from datatable to excel
Hi Try this code, it will generate excel file using data table public static void ExportToExcel(DataTable dtTemp, string strFilename) { GridView gvTemp = new GridView(); DataView dv = new DataView(dtTemp); gvTemp.DataSource = dv; gvTemp.DataBind(); HttpContext.Current.Response.Clear(); HttpContext.Current.Response.ContentType = "application/vnd.ms-excel" ; HttpContext.Current.Response.Charset = "" ; HttpContext.Current.Response.AddHeader( "content-disposition" , "attachment;
Posted to
Web Forms
(Forum)
by
zirmandli
on 5/8/2009
Re: Need help with ASP.Net Configuration App
Hello We are not getting clear idea what problem you are facing.. Are you connect database with this connection string and facing problem with .net application? Please be more clear for your problem so we can help you better.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
zirmandli
on 5/5/2009
Re: SQL Stored Procedure passing a null value to parameter
Hi Try this one ALTER PROCEDURE [dbo] . [uspTextSearchItems] @Search varchar ( 50 ) = NULL AS BEGIN IF @Search IS NULL BEGIN SELECT tblCategory . Name , tblItem . ItemID , tblItem . ItemNo , tblItem . Description , tblItem . Brand , tblItem . Model , tblItem . Serial , tblItem . Status , tblItem . Memo , tblItem . RecordedBy , tblItem . ts FROM tblItem LEFT OUTER JOIN tblCategory ON tblItem . CategoryID = tblCategory . CategoryID END ELSE BEGIN SELECT tblCategory . Name , tblItem . ItemID , tblItem
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
zirmandli
on 4/2/2009
Re: Unique constraint violation - custom message (asp.net 2.0 page SQL server 2005)
Hi marinajogy . We can not return custom error messages to front-end application. If your table has multiple unique fields, check for every unique field before inserting. fetching individual fields will not slow down your server. for first field return 1, second 2 same on.. and in front-end application check for return values, if 1 then display "UNIQUEFIELD1 is already exist" and appropriate error message for other fields. So end user will have idea which field is going to be repeated.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
zirmandli
on 3/27/2009
Re: Large number of updates
Hi Please refer this post for similar problem. http://forums.asp.net/t/1398282.aspx Let me know if any more help needed for same
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
zirmandli
on 3/25/2009
Re: Select Statement Question
Hi Try this query, it will help you to resolve your problem SELECT TOP 1 (QTY) FROM TABLE_NAME order by QTY DESC
Posted to
Getting Started
(Forum)
by
zirmandli
on 3/24/2009
Re: rich text box in Asp.NET
Hi... On Net so many editors are available. some are free of cost and some are chargebale. you can test them and choose one of them which is best suitable to you.. I have used cute editors and FCK editor, they are quiet enough for your email application.
Posted to
Getting Started
(Forum)
by
zirmandli
on 3/24/2009
Re: how to flash ads on the site
Hi. You can create one dynamic flash file, which have variable of type string, and call that flash on your page, by providing the news text to that variable.
Posted to
Getting Started
(Forum)
by
zirmandli
on 3/24/2009
Page 1 of 11 (107 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online