Click here to Skip to main content
15,921,959 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: compare Duration using asp.net vb Pin
ABitSmart9-Feb-09 19:06
ABitSmart9-Feb-09 19:06 
GeneralRe: compare Duration using asp.net vb Pin
Sarfaraj Ahmed9-Feb-09 19:04
Sarfaraj Ahmed9-Feb-09 19:04 
GeneralRe: compare Duration using asp.net vb Pin
ABitSmart9-Feb-09 19:08
ABitSmart9-Feb-09 19:08 
Questioninsert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 16:52
Anita_Kamat_inds9-Feb-09 16:52 
AnswerRe: insert image into server 2000 without using the HtmlInputFile control Pin
N a v a n e e t h9-Feb-09 17:37
N a v a n e e t h9-Feb-09 17:37 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 17:42
Anita_Kamat_inds9-Feb-09 17:42 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
N a v a n e e t h9-Feb-09 17:59
N a v a n e e t h9-Feb-09 17:59 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 18:00
Anita_Kamat_inds9-Feb-09 18:00 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
N a v a n e e t h9-Feb-09 18:02
N a v a n e e t h9-Feb-09 18:02 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
Anita_Kamat_inds9-Feb-09 18:08
Anita_Kamat_inds9-Feb-09 18:08 
GeneralRe: insert image into server 2000 without using the HtmlInputFile control Pin
N a v a n e e t h9-Feb-09 18:14
N a v a n e e t h9-Feb-09 18:14 
Questioncompare Date and Time Pin
Sarfaraj Ahmed9-Feb-09 16:41
Sarfaraj Ahmed9-Feb-09 16:41 
AnswerRe: compare Date and Time Pin
ABitSmart9-Feb-09 18:46
ABitSmart9-Feb-09 18:46 
GeneralRe: compare Date and Time Pin
Sarfaraj Ahmed9-Feb-09 18:52
Sarfaraj Ahmed9-Feb-09 18:52 
AnswerRe: compare Date and Time Pin
Abhijit Jana9-Feb-09 19:00
professionalAbhijit Jana9-Feb-09 19:00 
GeneralRe: compare Date and Time Pin
Sarfaraj Ahmed9-Feb-09 19:08
Sarfaraj Ahmed9-Feb-09 19:08 
GeneralRe: compare Date and Time Pin
N a v a n e e t h9-Feb-09 20:53
N a v a n e e t h9-Feb-09 20:53 
QuestionSession array Pin
Sandraa9-Feb-09 9:59
Sandraa9-Feb-09 9:59 
Hi all, somebody knows how create a array multi-dimensional with session variables.
I have it:
Session("Preguntas") = LPH.ObtenerTest(Session("Articulo"), Session("Nivel"))

where it session is a table and I want to add the result of client into other session array but with 2 columns, something similar to
Session("ArrayRespuestas")(Session("i"), 1) = "1"
.

I use session variable because when the user make click into button I receive a postback and lost my original select (LPH.ObtenerTest(Session("Articulo"), Session("Nivel"))) that is a procedure that return a select random with 2 parameters.
If I use
If Not Me.Page.IsPostBack Then
and put my select into later (the second page_load) doesn't load my select and when I call to
Preguntas.Rows(i)("Respuesta1")
I received a error where told me that I must first create a object.

Thanks for all.
AnswerRe: Session array Pin
Ranjit Viswakumar9-Feb-09 16:12
Ranjit Viswakumar9-Feb-09 16:12 
GeneralRe: Session array Pin
Sandraa11-Feb-09 8:40
Sandraa11-Feb-09 8:40 
GeneralRe: Session array Pin
Sandraa11-Feb-09 8:49
Sandraa11-Feb-09 8:49 
Questionsenerio Pin
suni_dotnet9-Feb-09 5:48
suni_dotnet9-Feb-09 5:48 
AnswerRe: senerio Pin
Ray Wampler9-Feb-09 6:34
Ray Wampler9-Feb-09 6:34 
GeneralRe: senerio Pin
suni_dotnet9-Feb-09 6:57
suni_dotnet9-Feb-09 6:57 
GeneralRe: senerio Pin
Ray Wampler9-Feb-09 7:21
Ray Wampler9-Feb-09 7:21 

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.