Click here to Skip to main content
15,921,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: using sleep function in vb.net Pin
Michael Sync10-Dec-07 15:15
Michael Sync10-Dec-07 15:15 
GeneralRe: using sleep function in vb.net Pin
solarthur0110-Dec-07 16:10
solarthur0110-Dec-07 16:10 
GeneralRe: using sleep function in vb.net Pin
Michael Sync10-Dec-07 16:23
Michael Sync10-Dec-07 16:23 
GeneralRe: using sleep function in vb.net Pin
Christian Graus10-Dec-07 17:01
protectorChristian Graus10-Dec-07 17:01 
GeneralViewstate (maybe) issue with dynamic controls. Pin
t7bros10-Dec-07 5:34
t7bros10-Dec-07 5:34 
GeneralRe: Viewstate (maybe) issue with dynamic controls. Pin
Christian Graus10-Dec-07 8:36
protectorChristian Graus10-Dec-07 8:36 
GeneralRe: Viewstate (maybe) issue with dynamic controls. Pin
t7bros13-Dec-07 4:15
t7bros13-Dec-07 4:15 
GeneralValidator extender Pin
cisco210310-Dec-07 4:42
cisco210310-Dec-07 4:42 
Is there a way to test to see if the compare validator in JavaScript? My issue is I have a calendar extender and the clientside code calls its corresponding update. The problem lies that if the validator returns true that I don't want to the Update to occurs.

Here's a snippet.

function CalStartChanged()
{

var prm = Sys.WebForms.PageRequestManager.getInstance();
prm._doPostBack('UpdatePanel2','');
}

<asp:UpdatePanel ID="UpdatePanel2" runat="Server">
<ContentTemplate>
<asp:TextBox runat="server" id="txtStartDate" Width="100px" CssClass="LeftSelectionSmall"/>&nbsp;<img src="Images/Calendar.jpg" id="btnStartDate" alt="Choose start date." runat="Server"/>
<ajaxToolkit:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="txtStartDate" Animated="False" PopupButtonID="btnStartDate" OnClientDateSelectionChanged="CalStartChanged"/>
</ContentTemplate>
</asp:UpdatePanel>

Protected Sub UpdatePanel2_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles UpdatePanel2.Load
If scriptManager1.IsInAsyncPostBack And scriptManager1.AsyncPostBackSourceElementID = "UpdatePanel2" Then
dgresults.DataSource = oData.FillDataTable(StrQueryReturn(txtStartDate.Text, txtEndDate.Text, lstShift.SelectedValue, lstSpecies.SelectedValue, lstPackType.SelectedValue))
dgresults.DataBind()

'Put the sql in the cheat box
CB.Text = StrQueryReturn(txtStartDate.Text, txtEndDate.Text, lstShift.SelectedValue, lstSpecies.SelectedValue, lstPackType.SelectedValue)
End If
End Sub
GeneralThe request timed out before the page could be retrieved Pin
Sasmi10-Dec-07 4:31
Sasmi10-Dec-07 4:31 
QuestionASP.NET Reporting Pin
AndyBrew7010-Dec-07 3:47
AndyBrew7010-Dec-07 3:47 
GeneralRe: ASP.NET Reporting Pin
Michael Sync10-Dec-07 4:00
Michael Sync10-Dec-07 4:00 
GeneralRe: ASP.NET Reporting Pin
AndyBrew7010-Dec-07 4:06
AndyBrew7010-Dec-07 4:06 
GeneralRe: ASP.NET Reporting Pin
Michael Sync10-Dec-07 4:28
Michael Sync10-Dec-07 4:28 
GeneralRe: ASP.NET Reporting Pin
AndyBrew7010-Dec-07 8:06
AndyBrew7010-Dec-07 8:06 
GeneralRe: ASP.NET Reporting Pin
pmarfleet10-Dec-07 10:22
pmarfleet10-Dec-07 10:22 
GeneralRe: ASP.NET Reporting Pin
Michael Sync10-Dec-07 15:02
Michael Sync10-Dec-07 15:02 
Question#If ? Pin
kenexcelon10-Dec-07 2:54
kenexcelon10-Dec-07 2:54 
AnswerRe: #If ? Pin
Michael Sync10-Dec-07 3:37
Michael Sync10-Dec-07 3:37 
AnswerRe: #If ? Pin
N a v a n e e t h10-Dec-07 18:06
N a v a n e e t h10-Dec-07 18:06 
QuestionHelp Regarding to upload any file. Pin
Virendrak10-Dec-07 1:56
Virendrak10-Dec-07 1:56 
GeneralRe: Help Regarding to upload any file. Pin
Paddy Boyd10-Dec-07 2:32
Paddy Boyd10-Dec-07 2:32 
GeneralRe: Help Regarding to upload any file. Pin
Virendrak10-Dec-07 3:59
Virendrak10-Dec-07 3:59 
QuestionProblem with DropDownList inside a gridview Pin
mithun narayanan10-Dec-07 1:25
mithun narayanan10-Dec-07 1:25 
GeneralRe: Problem with DropDownList inside a gridview Pin
Michael Sync10-Dec-07 3:41
Michael Sync10-Dec-07 3:41 
GeneralRe: Problem with DropDownList inside a gridview Pin
meetsheetal14-Sep-09 21:09
meetsheetal14-Sep-09 21:09 

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.