Click here to Skip to main content
15,901,122 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Webcrawler - Please help Pin
Shog99-Jul-08 12:30
sitebuilderShog99-Jul-08 12:30 
GeneralRe: Webcrawler - Please help Pin
dsaroop10-Jul-08 6:50
dsaroop10-Jul-08 6:50 
QuestionDo you have open source text editor like MSDN forum's text editor? Pin
Mohammad Dayyan9-Jul-08 7:06
Mohammad Dayyan9-Jul-08 7:06 
AnswerRe: Do you have open source text editor like MSDN forum's text editor? Pin
Christian Graus9-Jul-08 11:40
protectorChristian Graus9-Jul-08 11:40 
GeneralRe: Do you have open source text editor like MSDN forum's text editor? Pin
Mohammad Dayyan9-Jul-08 12:56
Mohammad Dayyan9-Jul-08 12:56 
AnswerRe: Do you have open source text editor like MSDN forum's text editor? Pin
Shog99-Jul-08 11:49
sitebuilderShog99-Jul-08 11:49 
GeneralRe: Do you have open source text editor like MSDN forum's text editor? Pin
Mohammad Dayyan9-Jul-08 13:00
Mohammad Dayyan9-Jul-08 13:00 
Questionaccess textbox in side the gridview Pin
RuhrT9-Jul-08 7:04
RuhrT9-Jul-08 7:04 
I am new to .net programming, so please pardon any mistakes I make. On my page have gridview1 and inside the edit template of the gridview1 have texbox8. When the user clicks on the edit button the textox8 should automatically populate current machine date. I am not sure how to access the texbox8 inside the gridview and display the current date.

Following is the part of the code:

<asp:gridview id="GVOpenNCMR" runat="server" allowpaging="True" xmlns:asp="#unknown">
AllowSorting="True" AutoGenerateColumns="False" CellPadding="4"
DataSourceID="SqlDataSource1" Height="369px" Width="482px"
Font-Names="Arial" Font-Size="8pt" ForeColor="#333333" GridLines="None"
PageSize="30"
<asp:templatefield headertext="Closed Date" sortexpression="ClosedDate" mode="hold"> <EditItemTemplate>
<asp:TextBox ID="TextBox4" runat="server" Height="15px"
Text='<%# Bind("ClosedDate", "{0Big Grin | :-D }") %>' Width="60px"
ontextchanged="TextBox4_TextChanged"></asp:TextBox>
<cc1:CalendarExtender ID="TextBox4_CalendarExtender" runat="server"
Enabled="True" TargetControlID="TextBox4">
</cc1:CalendarExtender>
/EditItemTemplate

Here is the code in my .vb file:

Protected Sub TextBox4_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs)
For Each row In GVOpenNCMR.Rows
Dim textBoxText As = (CType(row.FindControl("TextBox4"), TextBox)).Text
Next

Not sure where to put the code for the textbox to populate system date. Anyhelp would be appreciated. Thanks.
AnswerRe: access textbox in side the gridview Pin
Christian Graus9-Jul-08 7:38
protectorChristian Graus9-Jul-08 7:38 
QuestionLogout -&gt; Browser Back Button = Login Page Pin
butchzn9-Jul-08 4:21
butchzn9-Jul-08 4:21 
AnswerRe: Logout -&gt; Browser Back Button = Login Page Pin
Christian Graus9-Jul-08 5:13
protectorChristian Graus9-Jul-08 5:13 
AnswerRe: Logout -&gt; Browser Back Button = Login Page Pin
Shog99-Jul-08 5:58
sitebuilderShog99-Jul-08 5:58 
QuestionAccess to the path is denied Pin
Banjo Ayorinde9-Jul-08 1:55
Banjo Ayorinde9-Jul-08 1:55 
QuestionHow to decode Email Body format? Pin
hifiger20049-Jul-08 1:23
hifiger20049-Jul-08 1:23 
AnswerRe: How to decode Email Body format? Pin
Shog99-Jul-08 4:25
sitebuilderShog99-Jul-08 4:25 
GeneralRe: How to decode Email Body format? Pin
hifiger20049-Jul-08 19:59
hifiger20049-Jul-08 19:59 
QuestionBeginner: How to use web services using Javascript Pin
reb1rth8-Jul-08 22:45
reb1rth8-Jul-08 22:45 
AnswerRe: Beginner: How to use web services using Javascript Pin
Christian Graus9-Jul-08 1:31
protectorChristian Graus9-Jul-08 1:31 
GeneralRe: Beginner: How to use web services using Javascript Pin
reb1rth9-Jul-08 23:44
reb1rth9-Jul-08 23:44 
QuestionBeginers Question: Developing Websites With Discussion Options Pin
Hadi8-Jul-08 12:28
Hadi8-Jul-08 12:28 
AnswerRe: Beginers Question: Developing Websites With Discussion Options Pin
Christian Graus8-Jul-08 14:30
protectorChristian Graus8-Jul-08 14:30 
QuestionIE7 vs FF3 issue... Pin
l a u r e n8-Jul-08 9:33
l a u r e n8-Jul-08 9:33 
AnswerRe: IE7 vs FF3 issue... Pin
Shog98-Jul-08 15:39
sitebuilderShog98-Jul-08 15:39 
QuestionDiacritics (accent characters) getting stripped on form post Pin
Mark J. Miller8-Jul-08 6:23
Mark J. Miller8-Jul-08 6:23 
AnswerRe: Diacritics (accent characters) getting stripped on form post Pin
Shog98-Jul-08 8:22
sitebuilderShog98-Jul-08 8:22 

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.