Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Partial view in MVC Pin
vid nandha31-Jul-09 0:27
vid nandha31-Jul-09 0:27 
QuestionThe datatypes text and nvarchar are incompitable in the equal to operator. Pin
haleemasher30-Jul-09 23:41
haleemasher30-Jul-09 23:41 
AnswerRe: The datatypes text and nvarchar are incompitable in the equal to operator. Pin
Vimalsoft(Pty) Ltd31-Jul-09 0:01
professionalVimalsoft(Pty) Ltd31-Jul-09 0:01 
GeneralRe: The datatypes text and nvarchar are incompitable in the equal to operator. Pin
Manas Bhardwaj31-Jul-09 23:11
professionalManas Bhardwaj31-Jul-09 23:11 
QuestionSession time out Pin
janani1330-Jul-09 23:38
janani1330-Jul-09 23:38 
AnswerRe: Session time out Pin
Blikkies30-Jul-09 23:49
professionalBlikkies30-Jul-09 23:49 
GeneralRe: Session time out Pin
janani1330-Jul-09 23:50
janani1330-Jul-09 23:50 
GeneralRe: Session time out Pin
Blikkies30-Jul-09 23:54
professionalBlikkies30-Jul-09 23:54 
In your web.config:

<system.web>
    <authentication mode="Forms">
          <forms timeout="50000000"/>
    </authentication>
</system.web>


the timeout value is in minutes
GeneralRe: Session time out Pin
janani1331-Jul-09 0:08
janani1331-Jul-09 0:08 
AnswerRe: Session time out Pin
haleemasher30-Jul-09 23:50
haleemasher30-Jul-09 23:50 
GeneralRe: Session time out Pin
janani1331-Jul-09 0:09
janani1331-Jul-09 0:09 
Questionliteral content problem Pin
haleemasher30-Jul-09 23:36
haleemasher30-Jul-09 23:36 
Questionhow to work in master page in asp.Net Pin
rj shukla30-Jul-09 23:12
rj shukla30-Jul-09 23:12 
AnswerRe: how to work in master page in asp.Net Pin
Blue_Boy30-Jul-09 23:14
Blue_Boy30-Jul-09 23:14 
AnswerRe: how to work in master page in asp.Net Pin
Blikkies30-Jul-09 23:17
professionalBlikkies30-Jul-09 23:17 
AnswerRe: how to work in master page in asp.Net Pin
Rajeshwar Code- Developer31-Jul-09 0:42
Rajeshwar Code- Developer31-Jul-09 0:42 
AnswerRe: how to work in master page in asp.Net Pin
Ashfield31-Jul-09 1:33
Ashfield31-Jul-09 1:33 
Questionwhat meaning of collection in .Net Pin
rj shukla30-Jul-09 22:53
rj shukla30-Jul-09 22:53 
AnswerRe: what meaning of collection in .Net Pin
Blikkies30-Jul-09 22:56
professionalBlikkies30-Jul-09 22:56 
AnswerRe: what meaning of collection in .Net Pin
Blue_Boy30-Jul-09 22:58
Blue_Boy30-Jul-09 22:58 
AnswerRe: what meaning of collection in .Net Pin
Abhishek Sur30-Jul-09 23:11
professionalAbhishek Sur30-Jul-09 23:11 
AnswerRe: what meaning of collection in .Net Pin
Christian Graus31-Jul-09 9:01
protectorChristian Graus31-Jul-09 9:01 
QuestionSome one can tell me how to populate a context menu having add,edit,delete when user click on tree view control Pin
rinku soni 2330-Jul-09 22:26
rinku soni 2330-Jul-09 22:26 
AnswerRe: Some one can tell me how to populate a context menu having add,edit,delete when user click on tree view control Pin
Blue_Boy30-Jul-09 22:47
Blue_Boy30-Jul-09 22:47 
AnswerRe: Some one can tell me how to populate a context menu having add,edit,delete when user click on tree view control Pin
Abhishek Sur30-Jul-09 22:49
professionalAbhishek Sur30-Jul-09 22:49 

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.