Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: imagebutton Pin
MudkiSekhon7-May-06 19:08
MudkiSekhon7-May-06 19:08 
Questionurgent ! ASP.net dropdownlist Pin
cheeken2u7-May-06 4:26
cheeken2u7-May-06 4:26 
AnswerRe: urgent ! ASP.net dropdownlist Pin
Tirthadip7-May-06 21:33
Tirthadip7-May-06 21:33 
AnswerRe: urgent ! ASP.net dropdownlist Pin
Tirthadip7-May-06 22:10
Tirthadip7-May-06 22:10 
GeneralRe: urgent ! ASP.net dropdownlist Pin
cheeken2u8-May-06 6:40
cheeken2u8-May-06 6:40 
Questionasp.net to mysql 4.1 with utf-8 encoding Pin
mohammad kazem sattari7-May-06 1:37
mohammad kazem sattari7-May-06 1:37 
QuestionCrystal Report In Asp.Net Pin
a59ir6-May-06 23:57
a59ir6-May-06 23:57 
Questioninserting data without prebuilt forms? Pin
username1996-May-06 22:28
username1996-May-06 22:28 
Hello all,

I can see how easy it is to connect to DetailsViews, FormView, etc. to be able to view+edit data. Unfortunately, I have been having problems getting it to conform to my CSS files. I almost had it working using the detailsView + ASPNETCssFriendlyAdapters, but my div declaration isn't always the same through out the form - and it wasn't placing my edit buttons in the footer.

So I want to get back to the basics. I would like to just insert the label fields, and the text boxes within my divs, and then post it to my connector.

My div code looks like...

<div class="formContent">
<div class="formText">Name:</div>
<div class="formField"><asp:TextBox ID="name" runat="server" Width="130px" tabIndex="1"></asp:TextBox></div>
</div>

<div class="formContent">
<div class="formText">Email:</div>
<div class="formField"><asp:TextBox ID="email" runat="server" Width="130px" tabIndex="2"></asp:TextBox></div>
</div>

<div class="longContent">
<div class="formText">Comments:</div>
<div class="formField"><asp:TextBox ID="comments" runat="server" Width="130px" tabIndex="3"></asp:TextBox></div>
</div>

<div class="submitButtons"><asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/submitButton.gif" /></div>


What should I wrap this in to give me a simple post feature, but allow for add+edit+delete later on?

thanks.


QuestionStrange behavior of RadioButtonList inside a Repeater Pin
Raul Davila6-May-06 18:39
Raul Davila6-May-06 18:39 
QuestionCrystal Reports in .NET Pin
NinaWilliam6-May-06 18:05
NinaWilliam6-May-06 18:05 
AnswerRe: Crystal Reports in .NET Pin
Ista6-May-06 18:21
Ista6-May-06 18:21 
GeneralRe: Crystal Reports in .NET Pin
NinaWilliam8-May-06 22:47
NinaWilliam8-May-06 22:47 
GeneralRe: Crystal Reports in .NET Pin
Ista9-May-06 5:28
Ista9-May-06 5:28 
GeneralRe: Crystal Reports in .NET Pin
NinaWilliam14-May-06 21:39
NinaWilliam14-May-06 21:39 
GeneralRe: Crystal Reports in .NET Pin
Ista16-May-06 3:28
Ista16-May-06 3:28 
QuestionProblem with aspx pages Pin
Pet Lizard6-May-06 15:27
Pet Lizard6-May-06 15:27 
AnswerRe: Problem with aspx pages Pin
Guffa7-May-06 5:38
Guffa7-May-06 5:38 
GeneralRe: Problem with aspx pages Pin
Pet Lizard7-May-06 6:59
Pet Lizard7-May-06 6:59 
GeneralRe: Problem with aspx pages Pin
RichardGrimmer8-May-06 7:26
RichardGrimmer8-May-06 7:26 
Questionhow to make a popup window Pin
Isaac_cm6-May-06 12:30
Isaac_cm6-May-06 12:30 
AnswerRe: how to make a popup window Pin
enjoycrack6-May-06 14:33
enjoycrack6-May-06 14:33 
GeneralRe: how to make a popup window Pin
Isaac_cm7-May-06 2:34
Isaac_cm7-May-06 2:34 
GeneralRe: how to make a popup window Pin
enjoycrack7-May-06 5:13
enjoycrack7-May-06 5:13 
AnswerRe: how to make a popup window Pin
a59ir6-May-06 23:59
a59ir6-May-06 23:59 
GeneralRe: how to make a popup window Pin
Isaac_cm7-May-06 2:36
Isaac_cm7-May-06 2:36 

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.