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:733420
More Search Options
RSS Available
Matching Posts
Re: Selecting rows in a GridView
go ahead with this...as i say.. protected void dsAdTypeDetails_Selecting(object sender, SqlDataSourceSelectingEventArgs e) { // set the input parameter to the value of the selected index e.Command.Parameters["AdTypeID"].Value = array of AdtypeID as string } <asp:SqlDataSource ID="dsAdTypeDetails" runat="server" SelectCommandType="StoredProcedure" SelectCommand="AdType_By_AdTypeID" ProviderName="System.Data.SqlClient" ConnectionString
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/29/2009
Re: Selecting rows in a GridView
so if u want to pass array than use stored prec & Passing string Array which has IDs separated bt comma (,) Is SP u can split that string & take the data on that.. i m sure this will help ...
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/29/2009
Re: How to run exe from web application running without IIS ?
i have installed iis & i have also given the write permission to folders & script & executes permissions to iis ..but still i m not able to get output of the exe.. i think .exe get executed but the image is not able to create in local also..
Posted to
Configuration and Deployment
(Forum)
by
sandy060583
on 11/28/2009
Re: Selecting rows in a GridView
try this, protected void dsAdTypeDetails_Selecting(object sender, SqlDataSourceSelectingEventArgs e) { // set the input parameter to the value of the selected index e.Command.Parameters[0].Value = Convert.ToString(AdTypeID); } <asp:SqlDataSource ID="dsAdTypeDetails" runat="server" SelectCommandType="StoredProcedure" SelectCommand="AdType_By_AdTypeID" ProviderName="System.Data.SqlClient" ConnectionString="<%$ ConnectionStrings:ConnectionString
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Re: LinkButton, the CommandName and CommandArgument problem
1. commandname you can pass what ever u want like CommandName="Update". 2. Now CommandArgument='<%#Eval("ItemID")%>' you can pass. reason is that from itemid need to be inserted in order table so that you can get information related to order & item also.. & add to cart with have all the itemID need to be Saved so that whn final check out has been done ..total cost can be takeb from ItemID.. Hope this will help you... Code will be like -------------------
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Re: how to read datagrid rows which are checked by checkbox
you want to fill grid2 on everytime user chek the checkbox? or just wann display the rows in grid2 which has been checked by user.?? Let me be clear first on this issue...
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Re: Dynamically adding a new row to a grid view.
here are the some useful link for yr requirment.. http://www.c-sharpcorner.com/UploadFile/Art%20Scott/GridViewInsertANewRow09012006165053PM/GridViewInsertANewRow.aspx http://www.aspdotnetfaq.com/Faq/How-to-insert-row-in-GridView-with-SqlDataSource.aspx
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Re: Image scrolling Inside Datalist
here is the ARTICLE TO SCROLL NEWS ... YOU NEED TO JUST CHANGE LINK TO iMAGES ONLY... http://ramanisandeep.wordpress.com/2009/01/06/scrolling-news-web-control-using-aspnet-and-c/ hopw this will help you to resolve yr prob..
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Re: sample code for pagging in datalist
here is the linkss... 1. http://ramanisandeep.wordpress.com/2009/07/21/repeater-with-paging-and-sorting-features/ 2. http://aspalliance.com/157_Paging_in_DataList Hope this will help you....
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Re: How to implement paging for GridView when using List<T> as DataSource
here is the example... http://weblogs.asp.net/jaycentdrysdale/archive/2009/07/13/list-lt-t-gt-paging-via-linq-to-objects.aspx
Posted to
Data Presentation Controls
(Forum)
by
sandy060583
on 11/28/2009
Page 1 of 22 (219 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online