Click here to Skip to main content
16,012,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to solved server 500 error Pin
Piyush Vardhan Singh17-Jul-07 23:23
Piyush Vardhan Singh17-Jul-07 23:23 
AnswerRe: how to solved server 500 error Pin
SHatchard17-Jul-07 23:36
SHatchard17-Jul-07 23:36 
AnswerRe: how to solved server 500 error Pin
chapathi17-Jul-07 23:38
chapathi17-Jul-07 23:38 
GeneralRe: how to solved server 500 error Pin
Piyush Vardhan Singh18-Jul-07 0:49
Piyush Vardhan Singh18-Jul-07 0:49 
QuestionHow can i make licenseing for Web Application in ASP.NET Pin
sachinpatel1617-Jul-07 23:07
sachinpatel1617-Jul-07 23:07 
AnswerRe: How can i make licenseing for Web Application in ASP.NET Pin
N a v a n e e t h17-Jul-07 23:19
N a v a n e e t h17-Jul-07 23:19 
GeneralRe: How can i make licenseing for Web Application in ASP.NET Pin
sachinpatel1617-Jul-07 23:31
sachinpatel1617-Jul-07 23:31 
GeneralRe: How can i make licenseing for Web Application in ASP.NET Pin
N a v a n e e t h17-Jul-07 23:56
N a v a n e e t h17-Jul-07 23:56 
Optimum solution would be using webservices. It is very simple to create a WebService than creating entire ASP.NET website. You have to call the webservice method which validates the licence information on each page load. So let's frame it out like this

PageLoad() -> CheckValidLicence() -> [ WebService ] -> WebMethodLicenceValidate(UserId)

In WebMethodLicenceValidate() function you need to check the requested user having permission to continue using the product. Send a value back to the page and check this value on the page load. You can navigate user to Licence expired page if webservice returns no access message. For more information on Creating and Consuming webservices please read this[^] excellent article by Scott Mitchel.


Questionhow can i handle mutliple datagrid events? Pin
boyindie17-Jul-07 22:59
boyindie17-Jul-07 22:59 
AnswerRe: how can i handle mutliple datagrid events? Pin
N a v a n e e t h17-Jul-07 23:08
N a v a n e e t h17-Jul-07 23:08 
AnswerRe: how can i handle mutliple datagrid events? Pin
Amit.Amit.Amit...18-Jul-07 0:56
Amit.Amit.Amit...18-Jul-07 0:56 
QuestionCrystal Report Query Pin
isaii17-Jul-07 22:51
isaii17-Jul-07 22:51 
AnswerRe: Crystal Report Query Pin
N a v a n e e t h17-Jul-07 23:01
N a v a n e e t h17-Jul-07 23:01 
Questionmail Pin
Pallavi Bhoite17-Jul-07 22:45
Pallavi Bhoite17-Jul-07 22:45 
AnswerRe: mail Pin
Michael Sync18-Jul-07 1:14
Michael Sync18-Jul-07 1:14 
GeneralRe: mail Pin
Pallavi Bhoite18-Jul-07 1:19
Pallavi Bhoite18-Jul-07 1:19 
GeneralRe: mail Pin
Michael Sync18-Jul-07 1:27
Michael Sync18-Jul-07 1:27 
GeneralRe: mail Pin
Pallavi Bhoite18-Jul-07 3:03
Pallavi Bhoite18-Jul-07 3:03 
QuestionDynamically adding custom controls to a aspx page (C#) Pin
But_Im_a_Lady17-Jul-07 22:25
But_Im_a_Lady17-Jul-07 22:25 
AnswerRe: Dynamically adding custom controls to a aspx page (C#) Pin
N a v a n e e t h17-Jul-07 22:41
N a v a n e e t h17-Jul-07 22:41 
GeneralRe: Dynamically adding custom controls to a aspx page (C#) Pin
But_Im_a_Lady17-Jul-07 23:01
But_Im_a_Lady17-Jul-07 23:01 
GeneralRe: Dynamically adding custom controls to a aspx page (C#) Pin
N a v a n e e t h18-Jul-07 0:25
N a v a n e e t h18-Jul-07 0:25 
QuestionHow to: Simple Database Connection Pin
totocaster17-Jul-07 21:43
totocaster17-Jul-07 21:43 
AnswerRe: How to: Simple Database Connection Pin
Paddy Boyd17-Jul-07 22:33
Paddy Boyd17-Jul-07 22:33 
AnswerRe: How to: Simple Database Connection Pin
mavii18-Jul-07 0:17
mavii18-Jul-07 0:17 

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.