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:264063
More Search Options
RSS Available
Matching Posts
Re: Enter key not recognized in textbox?
With the textbox set as 'multiline', there must be some way to indicate a NewLine is being requested, and that is almost always the ENTER key... so you probably won't find a workaround unless you put some javascript in place to do a postback of the page when the enterkey is detected... but then that would make it very difficult to make a new line in your multiline textbox wil
Posted to
Web Forms
(Forum)
by
pixelsyndicate
on 10/26/2009
Re: return c# function to text
put a LABEL control where you wish to display your answer <asp:Label ID="theAnswer" runat="server" /> and in your page load event handler, you can pass the answer to theAnswer theAnswer.Text = Calc(2,3);
Posted to
Getting Started
(Forum)
by
pixelsyndicate
on 9/28/2009
Re: return c# function to text
You will want your class to be static (meaning it doesn't need instantiation first)... especially if you are still intent on putting inline C# into your html. <%=myCalculations.Calc(2,3)%>
Posted to
Getting Started
(Forum)
by
pixelsyndicate
on 9/28/2009
Re: Working with Girdview
Here are some general guidelines for what you want to do... Firstly, Create a SQLDataSource which will populate your gridview. The SQLDATASOURCE's Select Parameters should be defined as a ControlParameter point to the textbox you are using for the search. <asp:ControlParameter ControlID="txtSearch" Name="CM_FileName" PropertyName="Text" Type="String" /> The Select Query will pass that parameter to your select statement or stored procedure call.\ SelectCommand
Posted to
Data Presentation Controls
(Forum)
by
pixelsyndicate
on 9/23/2009
Re: Validation being triggered when trying to go to previous view in MultiView
Initially I would suggest you set your BACK validation button with the CausesValidation="false" to avoid this. You might also consider separating validation into groups by setting the buttons and validators to a particular group using: ValidationGroup="View1" or ValidationGroup="View2" or ValidationGroup="View3"
Posted to
Web Forms
(Forum)
by
pixelsyndicate
on 9/22/2009
Re: Validation being triggered when trying to go to previous view in MultiView
Pats or Genos?
Posted to
Web Forms
(Forum)
by
pixelsyndicate
on 9/22/2009
Re: Get the dropdownlist itemlist text in a detailsview
ROW[0] may very well be your header row, so try the next row index, and don't specifiy the Cell to get it from. If the control name is unique for that row, you should be able to get @ it.
Posted to
Data Presentation Controls
(Forum)
by
pixelsyndicate
on 9/21/2009
Re: linking a dropdown and a gridview
if you mean you wish to change the datasource behind the gridview based on a dropdownlist selection, there are several options. 1. Create several sqldatasources and when the user chooses a pick from the dropdownlist, you just set the gridview's DataSourceID = the ID of the SQLDataSource you want to use. Then type GridViewName.DataBind(); 2. Create a single sqldatasource and modify its properties based on the selection; SelectCommand="select * from TableName Order by Fieldname" and then
Posted to
Data Presentation Controls
(Forum)
by
pixelsyndicate
on 9/18/2009
Re: linking a dropdown and a gridview
if you set a parameter up as a ControlParameter (using the SelectedValue of your DropDownList) in your SQLDataSource, you wont need to do any code-behind at all.
Posted to
Data Presentation Controls
(Forum)
by
pixelsyndicate
on 9/18/2009
Re: unable to insert new records into formview
Need to see your code for the FormView's Insert template and your sqldatasource code please. "input string not in the correct format" generally means you were trying to use data that wasn't of the correct type... like using 'abc' in a field only allowing numbers like 123.
Posted to
Data Presentation Controls
(Forum)
by
pixelsyndicate
on 9/18/2009
Page 1 of 118 (1179 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Channel 10:
Bing4Free Lets You Use Bing.com Images for Desktop Wallpaper
Channel 10:
Bing Updates: Streetside Views, Photosynth, and "Mapplications"
Channel 10:
Bing for Windows Mobile Updated
WindowsClient:
New WPF Showcase: Bling Tweets
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online