Click here to Skip to main content
15,917,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: want to give cssclass to a string Pin
bhavna432123-Mar-09 20:27
bhavna432123-Mar-09 20:27 
GeneralRe: want to give cssclass to a string Pin
Spunky Coder23-Mar-09 22:29
Spunky Coder23-Mar-09 22:29 
AnswerRe: want to give cssclass to a string Pin
kumar_k50823-Mar-09 21:46
kumar_k50823-Mar-09 21:46 
Questionis it possible to integerate two websites in vs2008? Pin
Ramesh A.23-Mar-09 19:54
Ramesh A.23-Mar-09 19:54 
AnswerRe: is it possible to integerate two websites in vs2008? Pin
Abhijit Jana23-Mar-09 19:59
professionalAbhijit Jana23-Mar-09 19:59 
GeneralRe: is it possible to integerate two websites in vs2008? Pin
Ramesh A.23-Mar-09 20:48
Ramesh A.23-Mar-09 20:48 
GeneralRe: is it possible to integerate two websites in vs2008? Pin
Abhijit Jana23-Mar-09 20:58
professionalAbhijit Jana23-Mar-09 20:58 
Questionneed some explaination about the session in as.net Pin
prasadbuddhika23-Mar-09 19:45
prasadbuddhika23-Mar-09 19:45 
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 

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.