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:849552
More Search Options
RSS Available
Matching Posts
Re: Should I use one masterPage or two?
I think you should use only one master page.Replication of the same always creates a problem.Whenever something is changed in 1 master page the other page also needs to be updated. So stay with just 1 masster page in your case.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
izharulislam
on 10/12/2009
Re: allow all users select date from current month
One easy way is to set visible=false for this control and onclick event of button set visible = true;
Posted to
Web Forms
(Forum)
by
izharulislam
on 10/12/2009
Re: date & time problem
DELETE * FROM tblTable WHERE ID = @ID & aDate >= convert(datetime,@aDate + '00:00:00',103) and aDate <= convert(datetime,@aDate + '23:59:59',103) 103 = dd/MM/yyyy ( You can change it if this is not the desired format) Thanks
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
izharulislam
on 10/12/2009
Re: random image display
Random r = new Random (); Console .WriteLine( "Image to load is " + r.Next(0,11)); Store image name in array and then get the required index that will be used to display pictures.
Posted to
Web Forms
(Forum)
by
izharulislam
on 10/10/2009
Re: dll is not creating...
If you are building web application then there must be 1 dll created in bin folder. If you are building a website then there are dlls for every page in the bin folder.
Posted to
Getting Started
(Forum)
by
izharulislam
on 10/3/2009
Re: onclientclick doesn't work !!!!
It seems that it's a service pack.Upgrade to the latest one as this is not the intended behavior.
Posted to
Client Side Web Development
(Forum)
by
izharulislam
on 7/27/2009
Re: onclientclick doesn't work !!!!
Make sure java script is enable on your machine. You can find these settings in tools>>options>>security>>custom level
Posted to
Client Side Web Development
(Forum)
by
izharulislam
on 7/26/2009
Re: Passs date and integer parameter in asp.net vb class
GetData1 third paramter type is defined as datetime object.
Posted to
Visual Basic .NET
(Forum)
by
izharulislam
on 7/26/2009
Re: SqlDataReader within another SqlDataReader
close reader2 in reader1 while loop and then try again.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
izharulislam
on 7/26/2009
Re: FileStream and Entity Framework
I think it would be filestream object. You can confirm it by placing a dot after entity object.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
izharulislam
on 7/26/2009
Page 1 of 28 (273 items) 1
2
3
4
5
Next >
...
Last »
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
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online