Click here to Skip to main content
15,889,034 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need some explaination about the session in as.net Pin
krishnaveer23-Mar-09 19:56
krishnaveer23-Mar-09 19:56 
AnswerRe: need some explaination about the session in as.net Pin
Abhijit Jana23-Mar-09 19:56
professionalAbhijit Jana23-Mar-09 19:56 
GeneralRe: need some explaination about the session in as.net Pin
prasadbuddhika23-Mar-09 22:05
prasadbuddhika23-Mar-09 22:05 
AnswerRe: need some explaination about the session in as.net Pin
kumar_k50823-Mar-09 21:48
kumar_k50823-Mar-09 21:48 
Questionunable to find a version of the run time to run this application, VB.NET Pin
krishnaveer23-Mar-09 19:43
krishnaveer23-Mar-09 19:43 
AnswerRe: unable to find a version of the run time to run this application, VB.NET Pin
Abhijit Jana23-Mar-09 20:09
professionalAbhijit Jana23-Mar-09 20:09 
QuestionControl Slide Show. Pin
Wlink23-Mar-09 19:42
Wlink23-Mar-09 19:42 
AnswerRe: Control Slide Show. Pin
Cybernate24-Mar-09 10:42
Cybernate24-Mar-09 10:42 
add the position attribute to the repeater control as relative and for the user control in Item Template add the position style attribute as absolute with left and top as 0.
Also make sure you give a zindex attribute in a progressive way. Then using client side javascript you can change the z-index to give a slide show effect.
e.g:

.
.
<asp:repeater id="myRepeater" runat="server" ....="" style="position: relative" xmlns:asp="#unknown">
.
.
.
<itemtemplate>
<uc1:[yourusercontrol]>



now use a javascript to get hold of the inner contents and change the zIndex attribute value.
Let me know if you need sample code.

Regards,
Cybernate

QuestionZero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:17
Satish - Developer23-Mar-09 19:17 
AnswerRe: Zero's were getting trimmed when string convert to integer. [modified] Pin
Spunky Coder23-Mar-09 19:44
Spunky Coder23-Mar-09 19:44 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:51
Satish - Developer23-Mar-09 19:51 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:02
Spunky Coder23-Mar-09 20:02 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:21
Satish - Developer23-Mar-09 20:21 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:37
Spunky Coder23-Mar-09 20:37 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:55
Satish - Developer23-Mar-09 20:55 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 21:06
Spunky Coder23-Mar-09 21:06 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 21:35
Satish - Developer23-Mar-09 21:35 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 22:08
Spunky Coder23-Mar-09 22:08 
Questionspacebar problem for insertion Pin
roshid23-Mar-09 19:13
roshid23-Mar-09 19:13 
AnswerRe: spacebar problem for insertion Pin
SachinKumar M23-Mar-09 19:52
SachinKumar M23-Mar-09 19:52 
GeneralRe: spacebar problem for insertion Pin
roshid23-Mar-09 20:06
roshid23-Mar-09 20:06 
QuestionHelp needed in finding control Pin
The Pod23-Mar-09 16:14
The Pod23-Mar-09 16:14 
AnswerRe: Help needed in finding control Pin
Cybernate24-Mar-09 10:45
Cybernate24-Mar-09 10:45 
QuestionASP.Net Multiline Text Box Pin
Ryan Fleming23-Mar-09 4:39
Ryan Fleming23-Mar-09 4:39 
AnswerRe: ASP.Net Multiline Text Box Pin
Rutvik Dave23-Mar-09 9:57
professionalRutvik Dave23-Mar-09 9:57 

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.