Click here to Skip to main content
15,905,420 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to restrict from browser Pin
Sandeep Akhare10-Jul-08 21:07
Sandeep Akhare10-Jul-08 21:07 
GeneralRe: how to restrict from browser Pin
Kissy1610-Jul-08 22:56
Kissy1610-Jul-08 22:56 
GeneralRe: how to restrict from browser Pin
Sandeep Akhare10-Jul-08 23:40
Sandeep Akhare10-Jul-08 23:40 
QuestionHow to open a crystal report in a new window? Pin
Hari_101010-Jul-08 19:31
Hari_101010-Jul-08 19:31 
AnswerRe: How to open a crystal report in a new window? Pin
N a v a n e e t h10-Jul-08 19:40
N a v a n e e t h10-Jul-08 19:40 
GeneralRe: How to open a crystal report in a new window? Pin
Hari_101010-Jul-08 20:17
Hari_101010-Jul-08 20:17 
QuestionProblem in server.transfer Pin
BalasubramanianK10-Jul-08 18:28
BalasubramanianK10-Jul-08 18:28 
AnswerRe: Problem in server.transfer Pin
N a v a n e e t h10-Jul-08 18:56
N a v a n e e t h10-Jul-08 18:56 
Make the hidden field run at server. In the second page, use "PreviousPage" property and find the control. Something like
TextBox text = this.PreviousPage.FindControl("TextBox1") as TextBox;
if (text != null)
   // use text here
Replace the texbox name with a valid one.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Problem in server.transfer Pin
BalasubramanianK10-Jul-08 19:25
BalasubramanianK10-Jul-08 19:25 
QuestionToggle treeview control Pin
S.Aijaz10-Jul-08 18:07
S.Aijaz10-Jul-08 18:07 
AnswerRe: Toggle treeview control Pin
N a v a n e e t h10-Jul-08 18:57
N a v a n e e t h10-Jul-08 18:57 
GeneralRe: Toggle treeview control Pin
S.Aijaz10-Jul-08 19:03
S.Aijaz10-Jul-08 19:03 
GeneralRe: Toggle treeview control Pin
S.Aijaz10-Jul-08 19:20
S.Aijaz10-Jul-08 19:20 
GeneralRe: Toggle treeview control Pin
N a v a n e e t h10-Jul-08 19:23
N a v a n e e t h10-Jul-08 19:23 
QuestionDataList in Gridview Pin
kjosh10-Jul-08 16:59
kjosh10-Jul-08 16:59 
AnswerRe: DataList in Gridview Pin
N a v a n e e t h10-Jul-08 19:00
N a v a n e e t h10-Jul-08 19:00 
QuestionSetting dropdown width of Html Select control Pin
rotsey10-Jul-08 16:57
rotsey10-Jul-08 16:57 
Answer[Message Deleted] Pin
Sandeep Akhare10-Jul-08 20:59
Sandeep Akhare10-Jul-08 20:59 
GeneralRe: Setting dropdown width of Html Select control Pin
rotsey10-Jul-08 22:01
rotsey10-Jul-08 22:01 
GeneralRe: Setting dropdown width of Html Select control Pin
Sandeep Akhare10-Jul-08 22:06
Sandeep Akhare10-Jul-08 22:06 
GeneralRe: Setting dropdown width of Html Select control Pin
Sandeep Akhare10-Jul-08 22:11
Sandeep Akhare10-Jul-08 22:11 
GeneralRe: Setting dropdown width of Html Select control Pin
rotsey10-Jul-08 22:50
rotsey10-Jul-08 22:50 
GeneralRe: Setting dropdown width of Html Select control Pin
Sandeep Akhare10-Jul-08 23:27
Sandeep Akhare10-Jul-08 23:27 
AnswerRe: Setting dropdown width of Html Select control Pin
Ahmet GULBAY12-Jul-08 2:59
Ahmet GULBAY12-Jul-08 2:59 
QuestionSlider extender error: "htmlfile: Unspecified error" Pin
For_IT10-Jul-08 15:35
For_IT10-Jul-08 15:35 

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.