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:695354
More Search Options
RSS Available
Matching Posts
Re: How do bind values to a Gridview client-side?
Does it have to be a GridView? Can you just use a table instead (I realize they render the same html). It's fairly straightforward to add a row to an html table. There are many examples of this -- just google it and you'll find a lot of code
Posted to
Data Presentation Controls
(Forum)
by
sciszewski
on 3/11/2007
Re: A couple of GridView questions
One solution: Change the where clasue to this: WHERE (([CompanyName] LIKE @CompanyName) AND ([State] = @State))) and append the % signs in your code. If the text box is blank just pass a single '%' as @companyname and you will get all the records.
Posted to
Data Presentation Controls
(Forum)
by
sciszewski
on 1/21/2007
Re: Button OnClick event Not Getting Fired
<asp:button id="Button1" usesubmitbehavior="true" text="Open Web site" onclientclick="Navigate()" runat="server" onclick="Button1_Click" />
Posted to
Client Side Web Development
(Forum)
by
sciszewski
on 1/5/2007
Re: Button OnClick event Not Getting Fired
Did you set the button's OnClick event too (e.g. onclick= "Button1_Click")? That ties the button to a server side function too.
Posted to
Client Side Web Development
(Forum)
by
sciszewski
on 1/5/2007
Re: a problem about dynamic table
Hi flashget, yes you can add a control (pretty much any control ) to a table cell. There are a lot of references on how to do this. I'll provide at least one link below. Just remember to do whatever you do in the page init event. That way everything gets added to the ViewState object and will allow you to access the values returned on postback. it will also solve the issue of stuff disappearing. http://msdn2.microsoft.com/en-us/library/7bewx260.aspx
Posted to
Client Side Web Development
(Forum)
by
sciszewski
on 1/4/2007
Re: A couple of GridView questions
Hook you search button to a server side function. In the function, retrieve the data again and use the "Select" feature on the dataset to filter the data client side. It works very well. Here's a good starter article. http://msdn2.microsoft.com/en-us/library/b51xae2y(vs.71).aspx
Posted to
Data Presentation Controls
(Forum)
by
sciszewski
on 1/4/2007
Re: UpdatePanel and PostBack problem in a User Control
Have you set breakpoints in your javascript and your server side code to see where the what happens when you click the Cancel button? I'd be interested to know. You can use VS or something like Firebug to that type of debugging.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
sciszewski
on 1/1/2007
Re: Google Can't Cache Ajax so What About Paging?
Probably of there's a modification of the URL (i.e. the querystring reflects the page number) and when the page comes up, it's smart enough to read the querystring, retrieve the data, and page automatically. Otherwise the page will run and display whatever data it does by default.
Posted to
Data Presentation Controls
(Forum)
by
sciszewski
on 12/31/2006
Re: Save from a datagrid
Sorry, here's the link: http://www.developer.com/net/asp/article.php/3633891
Posted to
Data Presentation Controls
(Forum)
by
sciszewski
on 12/31/2006
Re: Save from a datagrid
Here's an article on exporting to Excel. Modify the ContentType as necessary to make it CSV or XML or TXT.
Posted to
Data Presentation Controls
(Forum)
by
sciszewski
on 12/31/2006
Page 1 of 2 (20 items) 1
2
Next >
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:
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
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online