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:861077
More Search Options
RSS Available
Matching Posts
Re: Data sorting,paging in Asp.net MVC
You can use the MVCContribGrid which has support for paging and sorting
Posted to
ASP.NET MVC
(Forum)
by
vn_nilesh@hotmail.com
on 11/5/2009
Re: I need an object mapper that works like UpdateModel(Model model)
You can use the Automapper tool to do this very easily. http://automapper.codeplex.com/
Posted to
ASP.NET MVC
(Forum)
by
vn_nilesh@hotmail.com
on 11/5/2009
Re: Viewstate
I am not sure if I understand your question fully. The reason for that is you cannot change viewstate data prior to postback. Postback will be hapenning from client side and all the viewstate data is stored as a hiddenfield value. You can access this data back on the server side after postback. If you are looking for best place to work with ViewState i would suggest having look at LoadViewState and SaveViewState events.
Posted to
State Management
(Forum)
by
vn_nilesh@hotmail.com
on 10/23/2009
Re: What is the difference between website and web application?
A web site dows not have project file. Its a collection of resources like aspx, html, js, css, images in a directory or its subdirectories. We application is a traditional method of development with a project (.csproj) file. Here are two links which explains this in more details http://www.dotnetspider.com/resources/1520-Difference-between-web-site-web-application.aspx http://bytes.com/topic/asp-net/answers/613134-difference-between-web-site-web-application-project
Posted to
VS 2005 Web Application Projects
(Forum)
by
vn_nilesh@hotmail.com
on 10/16/2009
Re: display label and total in gridview
This is a very common scenrio. For the summary display, you can hook into the RowDataBound event of the GridView and calculate the running total. This value can be displayed by checking if the row that is being rendered is the Footer row or not. You can refer to following link for more details http://www.asp.net/Learn/data-access/tutorial-15-vb.aspx For displaying the name, you can put a lable or a literal control whose value can be set dynamically from code behind. You can run another query to fetch
Posted to
Data Presentation Controls
(Forum)
by
vn_nilesh@hotmail.com
on 10/16/2009
Re: Using Presentation Model/MVVM with ASP.NET Web Forms
In my honest opinion, Web form model is suited for server controls and UI controls like datagrid or gridview. It doesn't offer similar data binding capabilities as ASP.NET MVC or WPF. You could still implement ViewModel for an aspx page so as to separate the concerns. That would mean all the evnets in aspx page will act as pass through calls which will call methods on ViewModel.
Posted to
Getting Started
(Forum)
by
vn_nilesh@hotmail.com
on 10/16/2009
Re: I want to create dynamically folder in my project based on
You'll need to have read and write access to the ASPNET account on the web server to create new directories. If you are using impersonation the account which is impersonated will need to have similar previlages.
Posted to
C#
(Forum)
by
vn_nilesh@hotmail.com
on 10/10/2009
Re: Does the request hit the web server if we have client caching enabled
As far as I know if the request comes for the same page from the same client within the cashed duration there will not be a hit to web server. Similar to the cashing on server and removal of stale data in case of shortage of memory, i am sure browser also must be having a similar mechanism.
Posted to
State Management
(Forum)
by
vn_nilesh@hotmail.com
on 10/10/2009
Re: MVC Validation with JQUERY-VALIDATION QUESTION.
I am not sure if the css class value can be accessed on the server side. Because the TextBox that is generated by the Html helper is the client side control and not a server side control. It might be worth checking for the value of the email field in the controller and perform server side validation.
Posted to
ASP.NET MVC
(Forum)
by
vn_nilesh@hotmail.com
on 10/10/2009
Re: properties contain id cannot be found
I didn't have a look at the code project link that you are suggesting. just guessing that as you mentioned the dynamically generated id of the control might be causing the problem. You could try assigning the ClientID of the control if its possible to do so from the code behind. or else on the client side after the page is rendered you can try manipulating the DOM using javascript or JQuery.
Posted to
ASP.NET AJAX UI
(Forum)
by
vn_nilesh@hotmail.com
on 9/30/2009
Page 1 of 7 (68 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