Click here to Skip to main content
15,903,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: using mailto function Pin
krishnaveer10-Jan-08 22:41
krishnaveer10-Jan-08 22:41 
GeneralRe: using mailto function Pin
N a v a n e e t h10-Jan-08 22:44
N a v a n e e t h10-Jan-08 22:44 
GeneralRe: using mailto function Pin
krishnaveer10-Jan-08 23:24
krishnaveer10-Jan-08 23:24 
Generalregarding multicultural application Pin
krishnaveer10-Jan-08 19:08
krishnaveer10-Jan-08 19:08 
GeneralRe: regarding multicultural application Pin
Parwej Ahamad10-Jan-08 19:42
professionalParwej Ahamad10-Jan-08 19:42 
GeneralRe: regarding multicultural application Pin
krishnaveer10-Jan-08 23:59
krishnaveer10-Jan-08 23:59 
GeneralRe: regarding multicultural application Pin
imsathy10-Jan-08 20:46
imsathy10-Jan-08 20:46 
GeneralError Comming When using page.previouspage - Its very Urgernt Pin
robinsimon_m10-Jan-08 18:44
robinsimon_m10-Jan-08 18:44 
Hi
I am having 2 webpages
Monitor.aspx
MonitorDetails.aspx

I want to pass the values of a dropdownlist in Monitor.aspx page to monitordetails.aspx page on button click even on Monitor.aspx page.


The code that i added in page_load event of MonitorDetails.aspx page is as follows

If Not Page.PreviousPage Is Nothing Then
Dim SrcDropDown As New DropDownList
SrcDropDown = CType(PreviousPage.FindControl("Content1_DropDownYear"), DropDownList)
If Not SrcDropDown Is Nothing Then
label1.Text = SrcDropDown.Text
End If
End If

Note: Here am using Master Pages and "Content1" is the ID of the content am using in masterpage

But always an error is coming for me like
"Object reference not set to an instance of an object."

Somebody pls help me to solve this
Its very urgent for me
GeneralRe: Error Comming When using page.previouspage - Its very Urgernt Pin
Parwej Ahamad10-Jan-08 19:38
professionalParwej Ahamad10-Jan-08 19:38 
GeneralASP.Net caching problem Pin
Anuradha61210-Jan-08 17:47
Anuradha61210-Jan-08 17:47 
GeneralRe: ASP.Net caching problem Pin
Parwej Ahamad10-Jan-08 17:53
professionalParwej Ahamad10-Jan-08 17:53 
GeneralRe: ASP.Net caching problem Pin
Anuradha61210-Jan-08 19:29
Anuradha61210-Jan-08 19:29 
GeneralRe: ASP.Net caching problem Pin
Parwej Ahamad10-Jan-08 19:35
professionalParwej Ahamad10-Jan-08 19:35 
GeneralRe: ASP.Net caching problem Pin
N a v a n e e t h10-Jan-08 17:57
N a v a n e e t h10-Jan-08 17:57 
GeneralJump to another ASPX page and run its class function of that ASPX page. Pin
VinothRao10-Jan-08 17:19
VinothRao10-Jan-08 17:19 
GeneralRe: Jump to another ASPX page and run its class function of that ASPX page. Pin
Parwej Ahamad10-Jan-08 18:02
professionalParwej Ahamad10-Jan-08 18:02 
GeneralRe: Jump to another ASPX page and run its class function of that ASPX page. Pin
N a v a n e e t h10-Jan-08 18:07
N a v a n e e t h10-Jan-08 18:07 
GeneralInsert images in to MySql database Pin
yadlaprasad10-Jan-08 9:13
yadlaprasad10-Jan-08 9:13 
GeneralRe: Insert images in to MySql database Pin
Pete O'Hanlon10-Jan-08 11:01
mvePete O'Hanlon10-Jan-08 11:01 
GeneralSomething broke (DataBind Gone Wild) Pin
Todd Smith10-Jan-08 8:18
Todd Smith10-Jan-08 8:18 
GeneralRe: Fixed Pin
Todd Smith10-Jan-08 9:33
Todd Smith10-Jan-08 9:33 
QuestionEnterprise library throws exception once a day: Invalid operation. The connection is closed Pin
HappyASPNETCoding10-Jan-08 7:46
HappyASPNETCoding10-Jan-08 7:46 
GeneralRe: Enterprise library throws exception once a day: Invalid operation. The connection is closed Pin
Pete O'Hanlon10-Jan-08 10:32
mvePete O'Hanlon10-Jan-08 10:32 
GeneralRe: Enterprise library throws exception once a day: Invalid operation. The connection is closed Pin
HappyASPNETCoding11-Jan-08 9:35
HappyASPNETCoding11-Jan-08 9:35 
GeneralMy ASP.NET DataGrid is not showing up in web page [modified] Pin
dyerstein10-Jan-08 7:02
dyerstein10-Jan-08 7:02 

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.