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:707876
More Search Options
RSS Available
Matching Posts
Re: Use Forms Authentication with Active Directory in ASP.NET 2.0
Hi, See my article on same topic : http://www.codeproject.com/KB/aspnet/WinAuthusingFormAuth.aspx Let me know if any thing needs to be more clear. Thanks -Akhtar
Posted to
Security
(Forum)
by
akhhttar
on 9/29/2009
Re: Page Display Nothing And Event doesn't Fire
Hi, Actually nothing is render on page... its totally BLANK.. this way will not help me :(. Thanks -Akhtar
Posted to
Web Forms
(Forum)
by
akhhttar
on 9/11/2009
Page Display Nothing And Event doesn't Fire
Hi everyone, I am facing following two errors in my application( they probably may have same reasons) 1. Although page is postback on any event but Event handler doesn't fire. 2. In one scenarios, Applicarion redirect the user from PageA to PageB using PostbackURL property. In this case PageB display NOTHING .. A BLANK Page is diplay. Interesting thing is that, these issues only occur if i create virtual directry in one of the existing website on my IIS server. If i create virtual directry in
Posted to
Web Forms
(Forum)
by
akhhttar
on 9/10/2009
Re: Repeater with only first checkbox selected
Hi rubenc, All you need to do is Handle ItemCreated event of repeater control. Check if it is first item Get Checkbox instanse and set its Checked property to True Here is a sample code: protected void Repeater1_ItemCreated(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemIndex == 0) { ((CheckBox)e.Item.FindControl("chkTest")).Checked = true; } } Thanks -Akhtar
Posted to
Data Presentation Controls
(Forum)
by
akhhttar
on 9/7/2009
Re: Custom control not visible when viewed from server
Hi, Is it user control or custom control? Please paste your code. Thanks -Akhtar
Posted to
Data Presentation Controls
(Forum)
by
akhhttar
on 9/3/2009
Re: Need help to develop Webbased email client Application.
Hi, Please see http://www.codeproject.com/KB/aspnet/EasySMTP_package.aspx to get started. Thanks -Akhtar
Posted to
Web Forms
(Forum)
by
akhhttar
on 9/3/2009
Re: IE6 PNG Transparency Problem
Hi, You can use http://www.twinhelix.com/css/iepngfix/. I also used it and it works for me. OR you can use 16bit PNG instead of 32bit. 16bit PNG works fine in IE. Thanks -Akhtar
Posted to
Web Forms
(Forum)
by
akhhttar
on 9/3/2009
Re: Update table from xml
Hi, You can use DataTable.ReadXML() method. e.g DataTable table = new DataTable(); table.ReadXml("xmlfile.xml"); Thanks -Akhtar
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
akhhttar
on 9/3/2009
Re: Helping with enhancing the codes!
[quote user="dunk_6"] I want to enhance my code so it looks better. Anyone please tell me how can i do this? Any references or solutions are very thankful. I want to put checking like if database exist? if record exist? if EOF? and etc. -> but im not familiar how to play with condition, like using true and false or 0 and 1... What if i use try..catch for above problem? is it the same? The program is running in windowsapp form.When user click its exe, the program just run at back, no
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
akhhttar
on 9/3/2009
Re: Unable to run my asp.net website on vista
Hi, Create another application pool which should run under classical mode and run your website in that application pool ( instead of DeafaulAppPool). You can change you Website's pool from properties. Thanks -Akhtar
Posted to
Configuration and Deployment
(Forum)
by
akhhttar
on 9/3/2009
Page 1 of 36 (352 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online