Click here to Skip to main content
15,888,287 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: confirmation message box from code behind Pin
Neh.C9-Mar-10 0:14
Neh.C9-Mar-10 0:14 
AnswerRe: confirmation message box from code behind Pin
Sandeep Mewara9-Mar-10 0:56
mveSandeep Mewara9-Mar-10 0:56 
AnswerRe: confirmation message box from code behind Pin
DX Roster9-Mar-10 1:16
DX Roster9-Mar-10 1:16 
QuestionRetrieving all images from MS-Access database Pin
Sutotpal Shrivastava8-Mar-10 23:19
Sutotpal Shrivastava8-Mar-10 23:19 
AnswerRe: Retrieving all images from MS-Access database Pin
sashidhar9-Mar-10 0:16
sashidhar9-Mar-10 0:16 
AnswerRe: Retrieving all images from MS-Access database Pin
Sandeep Mewara9-Mar-10 0:58
mveSandeep Mewara9-Mar-10 0:58 
QuestionHow to get screenshot of an asp.net page? Pin
Raheem MA8-Mar-10 22:49
Raheem MA8-Mar-10 22:49 
AnswerRe: How to get screenshot of an asp.net page? Pin
sashidhar9-Mar-10 0:25
sashidhar9-Mar-10 0:25 
I dont think forms authentication will be a issue here..!
Make ths dll url to give access add the configuration in web.config file
Give the dll to access to all the pages..!
<location path="YourDlllocation">
		<system.web>
			<authorization>
				<allow users="*"/>
			</authorization>
		</system.web>
	</location>

LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

GeneralRe: How to get screenshot of an asp.net page? Pin
Raheem MA9-Mar-10 1:45
Raheem MA9-Mar-10 1:45 
GeneralRe: How to get screenshot of an asp.net page? Pin
sashidhar9-Mar-10 4:33
sashidhar9-Mar-10 4:33 
Questioncannot connect to sqlserver 2005 Pin
Mr. Wonderful8-Mar-10 21:45
Mr. Wonderful8-Mar-10 21:45 
AnswerRe: cannot connect to sqlserver 2005 Pin
sashidhar8-Mar-10 22:16
sashidhar8-Mar-10 22:16 
GeneralRe: cannot connect to sqlserver 2005 Pin
Mr. Wonderful8-Mar-10 23:21
Mr. Wonderful8-Mar-10 23:21 
AnswerRe: cannot connect to sqlserver 2005 Pin
DX Roster9-Mar-10 1:20
DX Roster9-Mar-10 1:20 
GeneralRe: cannot connect to sqlserver 2005 Pin
Mr. Wonderful9-Mar-10 17:51
Mr. Wonderful9-Mar-10 17:51 
AnswerRe: cannot connect to sqlserver 2005 Pin
jayantbramhankar9-Mar-10 9:30
jayantbramhankar9-Mar-10 9:30 
QuestionCrystal Report Pin
Any_India8-Mar-10 21:16
Any_India8-Mar-10 21:16 
AnswerRe: Crystal Report Pin
Sandeep Mewara9-Mar-10 1:03
mveSandeep Mewara9-Mar-10 1:03 
QuestionExcel Interop services exception -- Urgent Pin
Phanindra Kumar8-Mar-10 21:04
Phanindra Kumar8-Mar-10 21:04 
AnswerRe: Excel Interop services exception -- Urgent Pin
Sandeep Mewara9-Mar-10 1:01
mveSandeep Mewara9-Mar-10 1:01 
Questionhow to give automatic reminder to particular person through mail Pin
developerit8-Mar-10 18:40
developerit8-Mar-10 18:40 
AnswerRe: how to give automatic reminder to particular person through mail Pin
Brij8-Mar-10 18:45
mentorBrij8-Mar-10 18:45 
GeneralRe: how to give automatic reminder to particular person through mail Pin
Amit Patel19858-Mar-10 19:39
Amit Patel19858-Mar-10 19:39 
GeneralRe: how to give automatic reminder to particular person through mail Pin
Sandeep Mewara8-Mar-10 19:45
mveSandeep Mewara8-Mar-10 19:45 
GeneralRe: how to give automatic reminder to particular person through mail Pin
Brij8-Mar-10 20:04
mentorBrij8-Mar-10 20:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.