Click here to Skip to main content
15,919,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: add record from gridview Pin
Abhijit Jana14-Oct-09 21:44
professionalAbhijit Jana14-Oct-09 21:44 
GeneralRe: add record from gridview Pin
vikas shukla14-Oct-09 21:56
vikas shukla14-Oct-09 21:56 
GeneralRe: add record from gridview Pin
Abhijit Jana14-Oct-09 22:03
professionalAbhijit Jana14-Oct-09 22:03 
GeneralRe: add record from gridview Pin
vikas shukla14-Oct-09 22:08
vikas shukla14-Oct-09 22:08 
Questionposting values to other page Pin
m@dhu14-Oct-09 20:56
m@dhu14-Oct-09 20:56 
AnswerRe: posting values to other page Pin
Anurag Gandhi14-Oct-09 21:08
professionalAnurag Gandhi14-Oct-09 21:08 
AnswerRe: posting values to other page Pin
Abhijit Jana14-Oct-09 21:50
professionalAbhijit Jana14-Oct-09 21:50 
GeneralRe: posting values to other page Pin
m@dhu14-Oct-09 22:54
m@dhu14-Oct-09 22:54 
if it is through query string the entire data can be viewed in address bar.
the data is confidential so im trying with application and sessions..
im unable to get to transfer multiple values.

for one value its working... how to transfer multiple values....
Session["username"] = dr["username"];
Response.Redirect("default.aspx");


next page page load event

if(Session["username"]!=null)

        TextBox1.Text = Session["username"].ToString();

QuestionRemoving Scrolling from a body tag in javascript Pin
.NET- India 14-Oct-09 20:25
.NET- India 14-Oct-09 20:25 
AnswerRe: Removing Scrolling from a body tag in javascript Pin
Abhijit Jana14-Oct-09 21:48
professionalAbhijit Jana14-Oct-09 21:48 
GeneralRe: Removing Scrolling from a body tag in javascript Pin
.NET- India 14-Oct-09 22:08
.NET- India 14-Oct-09 22:08 
QuestionASPNET USERS & Membership Pin
Sachin Dubey14-Oct-09 20:20
Sachin Dubey14-Oct-09 20:20 
AnswerRe: ASPNET USERS & Membership Pin
Nigel Ferrissey14-Oct-09 21:45
Nigel Ferrissey14-Oct-09 21:45 
QuestionInvalid character in a Base-64 string Pin
slSoftware14-Oct-09 20:13
slSoftware14-Oct-09 20:13 
AnswerRe: Invalid character in a Base-64 string Pin
Nigel Ferrissey14-Oct-09 21:41
Nigel Ferrissey14-Oct-09 21:41 
GeneralRe: Invalid character in a Base-64 string Pin
slSoftware14-Oct-09 22:39
slSoftware14-Oct-09 22:39 
Questionhow to load swf files in ASP.NET Pin
Purish Dwivedi14-Oct-09 20:10
Purish Dwivedi14-Oct-09 20:10 
AnswerRe: how to load swf files in ASP.NET Pin
Abhijit Jana14-Oct-09 20:26
professionalAbhijit Jana14-Oct-09 20:26 
GeneralRe: how to load swf files in ASP.NET Pin
Purish Dwivedi14-Oct-09 20:46
Purish Dwivedi14-Oct-09 20:46 
GeneralRe: how to load swf files in ASP.NET Pin
Purish Dwivedi14-Oct-09 21:24
Purish Dwivedi14-Oct-09 21:24 
GeneralRe: how to load swf files in ASP.NET Pin
sashidhar14-Oct-09 21:47
sashidhar14-Oct-09 21:47 
GeneralRe: how to load swf files in ASP.NET Pin
Abhijit Jana14-Oct-09 21:52
professionalAbhijit Jana14-Oct-09 21:52 
Questionimage does not display immediately after upload Pin
vikas shukla14-Oct-09 18:56
vikas shukla14-Oct-09 18:56 
AnswerRe: image does not display immediately after upload Pin
Abhijit Jana14-Oct-09 19:12
professionalAbhijit Jana14-Oct-09 19:12 
GeneralRe: image does not display immediately after upload Pin
vikas shukla14-Oct-09 19:20
vikas shukla14-Oct-09 19:20 

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.