Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:776717
More Search Options
RSS Available
Matching Posts
Re: Validating US State
How about using the AJAX Autocomplete extender? AjaxControlToolkit AutoComplete
Posted to
Web Forms
(Forum)
by
paindaasp
on 12/14/2009
Re: Finding Controls in FormView
I'm not sure what your FormUtil is, but you should be able to bind the DDL in your Page_Load. Something like this in your Page_Load may work: Protected Sub Page_Load(ByVal sender As Object, _ByVal e As System.EventArgs) Handles Me.Load If Not IsPostBack Then If FormView1.CurrentMode = FormViewMode.Edit Then Dim SupplierDDL As DropDownList = FormView1.FindControl("SupplierDDL") SupplierDDL.DataBind() End If End If . . . Good Luck
Posted to
Data Presentation Controls
(Forum)
by
paindaasp
on 12/8/2009
Re: A date selected programatically does not show up on the calendar
I don't think that you want to set the SelectedDate in the calendar's DayRender event. I would set it in the Page_load event. If you want to make it appear to be selected in the DayRender event, you could set the cells background color to your selecteddate background by doing something like this: If ServiceDuration < WeekDayMaxGaps(Weekday(e.Day.Date, Microsoft.VisualBasic.FirstDayOfWeek.Monday) - 1) And e.Day.Date > DateTime.Today Then If DateSelection.SelectedDate = Nothing Then DateSelection
Posted to
Web Forms
(Forum)
by
paindaasp
on 12/1/2009
Re: Get a data ID and pass to another webform
Try putting this after you pull the DataKey in the GridView1_SelectIndexChanging event: HLNovaOS.NavigateUrl = "~/Atendente/DtlsOS.aspx?modo=" + solic; Good Luck
Posted to
Web Forms
(Forum)
by
paindaasp
on 11/25/2009
Re: i need help with the selected index change .. the code is correct but its not working can anyone help me
Did you set AutoPostBack ="true" for your emplst?
Posted to
Data Presentation Controls
(Forum)
by
paindaasp
on 11/23/2009
Re: i need help with the selected index change .. the code is correct but its not working can anyone help me
One other suggestion: dump the SQL Error to your result label. This will help you debug, but you may want to remove it in production for security reasons. Catch ex As SqlException lblresult.Visible = True lblresult.Text = "Error in emplst_SelectedIndexChanged: " & ex.Message
Posted to
Data Presentation Controls
(Forum)
by
paindaasp
on 11/23/2009
Re: i need help with the selected index change .. the code is correct but its not working can anyone help me
Also, in your emplst_SelectedIndexChanged event, you have some errors in the selectsql. the table name is incorrect and Compensation is spelled wrong. The first selectsql should be: selectsql = "SELECT Employee_ID,First_Name,Last_Name,SSL,Address,Telephone_Number,Monthly_wage,Hire_date,Compensation,Days_OF_Vacation FROM Employee_Info "
Posted to
Data Presentation Controls
(Forum)
by
paindaasp
on 11/23/2009
Re: how to find a repeated digit in a number...
Here is a quick and dirty solution. It checks for repeated digits and keeps track of the ones repeated (stores them in string BadDigit). In this example, if you entered 13453451 in the TextBox, if would display ' You may not repeat any digits! The number 3 and 4 and 5 and 1 was repeated.' Here's the VB code: Public Partial Class WebForm1 Inherits System.Web.UI.Page Dim BadDigit As String Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub
Posted to
Getting Started
(Forum)
by
paindaasp
on 11/19/2009
Re: SEO Friendly for Sharepoint?
I'm sorry that I can't answer your question, you probably have more experience with SharePoint than I. However, perhaps a dedicated SharePoint Forum, such as http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint2010,sharepoint could help answer your question.
Posted to
Getting Started
(Forum)
by
paindaasp
on 11/17/2009
Re: SMTP validation in VB
There area a lot of c# to VB conversion sites that you can use to convert any code that you may have. http://converter.telerik.com/ or http://www.developerfusion.com/tools/convert/csharp-to-vb/ are used by many.
Posted to
Getting Started
(Forum)
by
paindaasp
on 11/17/2009
Page 1 of 53 (522 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online