Click here to Skip to main content
15,916,091 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Connecting to data base Pin
Vasudevan Deepak Kumar26-May-08 18:38
Vasudevan Deepak Kumar26-May-08 18:38 
Questionvalidating the fields in msi file during the installation Pin
chaitu.chinna26-May-08 7:43
chaitu.chinna26-May-08 7:43 
AnswerRe: validating the fields in msi file during the installation Pin
Vasudevan Deepak Kumar26-May-08 18:58
Vasudevan Deepak Kumar26-May-08 18:58 
QuestionRe: validating the fields in msi file during the installation Pin
chaitu.chinna26-May-08 20:25
chaitu.chinna26-May-08 20:25 
Questionprivate property value storage by ASP.NET Pin
Nadia Monalisa26-May-08 6:31
Nadia Monalisa26-May-08 6:31 
AnswerRe: private property value storage by ASP.NET Pin
Colin Angus Mackay26-May-08 13:08
Colin Angus Mackay26-May-08 13:08 
GeneralRe: private property value storage by ASP.NET Pin
Nadia Monalisa27-May-08 3:26
Nadia Monalisa27-May-08 3:26 
Questionautosize Table td Pin
greekius26-May-08 6:06
greekius26-May-08 6:06 
imagine a table with a row,two column on master page.
table width is contstant
first cell contains a Header Label
Second cell contains a Greetings Message Label
Greeting Message is contants for each page in web application.
but Header is set at the page load event of each Page inherited from master page.
i wanna lean Greeting message Label to right side of Header Label.
How can i do ?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
	Untitled Page
</title></head>
<body>
    <form name="form1" method="post" action="Default6.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDcyNzY3Njg2D2QWAgIDD2QWBAIHDw8WAh4EVGV4dAUFZGVubWVkZAIJDw8WAh8ABRo8bWFycXVlZT5XZWxjb21lPC9tYXJxdWVlPmRkZD0SSw5QB1+A6TeCFC/vHSi8dhU8" />
</div>

    <div>
        <input name="TextBox1" type="text" value="denme" id="TextBox1" style="width:346px;" />
        <input type="submit" name="Button2" value="ata" id="Button2" />
        <input type="submit" name="Button1" value="Button" id="Button1" />
        <table style="width: 700px">
            <tr>
                <td>
                    <span id="Label1">denme</span>
                </td>
                <td >
                    <span id="Label2"><marquee>Welcome</marquee></span>
                </td>
            </tr>
        </table>
    </div>
    
<div>

	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAKzsMXJAQLs0bLrBgK7q7GGCAKM54rGBmx1oT2fU5q+sOR3MzYH/P3kbq7G" />
</div></form>
</body>
</html>

Questionweb.config file in asp.net 2.0 Pin
trilokharry26-May-08 5:10
trilokharry26-May-08 5:10 
AnswerRe: web.config file in asp.net 2.0 Pin
Colin Angus Mackay26-May-08 13:10
Colin Angus Mackay26-May-08 13:10 
GeneralRe: web.config file in asp.net 2.0 Pin
leckey26-May-08 15:43
leckey26-May-08 15:43 
QuestionHow to know the country name the user is visiting the website? Pin
Jagadeesh Jupalli26-May-08 4:14
Jagadeesh Jupalli26-May-08 4:14 
AnswerRe: How to know the country name the user is visiting the website? Pin
Colin Angus Mackay26-May-08 13:13
Colin Angus Mackay26-May-08 13:13 
GeneralRe: How to know the country name the user is visiting the website? Pin
Jagadeesh Jupalli26-May-08 21:39
Jagadeesh Jupalli26-May-08 21:39 
GeneralRe: How to know the country name the user is visiting the website? Pin
Nadia Monalisa27-May-08 3:36
Nadia Monalisa27-May-08 3:36 
GeneralRe: How to know the country name the user is visiting the website? Pin
Jagadeesh Jupalli27-May-08 21:54
Jagadeesh Jupalli27-May-08 21:54 
AnswerRe: How to know the country name the user is visiting the website? Pin
anee26-May-08 18:52
anee26-May-08 18:52 
QuestionUserControl shows ispostback=true always Pin
K.P.Kannan26-May-08 4:07
K.P.Kannan26-May-08 4:07 
Questionlooking for a Component which generates network graphs Pin
ndw26-May-08 4:01
ndw26-May-08 4:01 
QuestionGetting the hidden value in "Gridview .net 2005" Pin
froxy26-May-08 1:49
froxy26-May-08 1:49 
AnswerRe: Getting the hidden value in "Gridview .net 2005" Pin
Laddie26-May-08 1:57
Laddie26-May-08 1:57 
QuestionDatabinder.Eval() problem in Datalist Pin
needhi_p26-May-08 0:57
needhi_p26-May-08 0:57 
AnswerRe: Databinder.Eval() problem in Datalist Pin
Saifi Hasan26-May-08 1:27
Saifi Hasan26-May-08 1:27 
QuestionDatabase suspect problem Pin
rockz...26-May-08 0:52
rockz...26-May-08 0:52 
AnswerRe: Database suspect problem Pin
Vasudevan Deepak Kumar26-May-08 18:58
Vasudevan Deepak Kumar26-May-08 18:58 

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.