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:748843
More Search Options
RSS Available
Matching Posts
Model object is null
I am new to ASP.NET MVC and just started learning. I followed the steps to create Movie app from the getting started tutorial. But after completing if try to run the application its throwing exception that Model object is null at following code ? <% foreach (var item in Model ) { %> <tr> <td> <%= Html.ActionLink("Edit", "Edit", new { id=item.Id }) %> | <%= Html.ActionLink("Details", "Details", new { id=item.Id })%> </td>
Posted to
ASP.NET MVC
(Forum)
by
SRIDHAR ANJANAPPA
on 5/24/2009
Re: Getting the control id of a control inside gridview control
I agree wihth Kamran Shahid. What do you want to do by getting id?
Posted to
Data Presentation Controls
(Forum)
by
SRIDHAR ANJANAPPA
on 5/6/2008
Re: Checkbox with javascript
Looks like you need to modify the following line chkKeyword.Attributes.Add( "onClick" , "ShowKeywordHideRow(this, " + Attribute_ID + ", '" + Attribute_Type + "')" ); as below: chkKeyword.Attributes.Add( "onClick" , "ShowKeywordHideRow(this, " + Attribute_ID + ", '" + Attribute_Type + "');AnotherJavaScriptFunction(this.value) " ); and the javascript function is: function AnotherJavaScriptFunction(chkvalue
Posted to
Web Forms
(Forum)
by
SRIDHAR ANJANAPPA
on 5/5/2008
Re: using postbackurl property of a button
Hi, Create an event delegate in your user control raise an event when the button is clicked with textbox value as argument. In the container .aspx page (the page where you have used your user control) write an event handler and write code to redirect to page search.aspx with textbox value as query parameters. Good Luck.
Posted to
Web Forms
(Forum)
by
SRIDHAR ANJANAPPA
on 4/29/2008
Re: dayrendering for event calendar VB
Programming Microsoft® ASP.NET 2.0 Core Reference Author Dino Esposito (Solid Quality Learning) Pages 784 Disk N/A Level All Levels Published 11/02/2005 ISBN 9780735621763 Price $49.99
Posted to
Getting Started
(Forum)
by
SRIDHAR ANJANAPPA
on 4/29/2008
Re: Book for ASP Dot Net
Programming Microsoft® ASP.NET 2.0 Core Reference Author Dino Esposito (Solid Quality Learning) Pages 784 Disk N/A Level All Levels Published 11/02/2005 ISBN 9780735621763 Price $49.99
Posted to
Book Reviews
(Forum)
by
SRIDHAR ANJANAPPA
on 4/29/2008
Re: The entry 'asp:System.Web.UI:System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has already been added.
Thanks for your response. I checked in machine.config file but didn't found this configuration there. I just removed it from web.config then it works fine only when I publish it, but fails when I try to debug it using VS 2008 debugger. So I need to find out root cause of this problem and fix it.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
SRIDHAR ANJANAPPA
on 4/28/2008
Re: The process cannot access the file because it is being used by another process.
Thomas, You are right. Its not getting released from previous process. The XML file is on Application Server which is accessed from Web server using web services. The user first makes a web service call and loads the data on web screen on his browser. once he makes changes on the screen he tries to save the changes by making another web service call and now the process used to load Xml data is still not released hence throws "...file in use by another process..." exception. Dont know how
Posted to
Getting Started
(Forum)
by
SRIDHAR ANJANAPPA
on 4/28/2008
Re: The process cannot access the file because it is being used by another process.
Thanks a lot for your suggestions. My issue is I don't see either .Close() or .Dispose() method in XmlDocument object. Below is the piece of code I am using to achieve this: 1 public void Update( string path, Netik.Adapter.Contract.Trigger trigger) 2 { 3 _filePath = Profile.PrependSolutionRoot(path);XmlDocument xmlDoc = new XmlDocument(); 4 5 try 6 7 { 8 xmlDoc.Load(_filePath + FILE_NAME); 9 10 XmlNodeList nodeList = xmlDoc.SelectNodes( " //Trigger");foreach (XmlNode node in nodeList
Posted to
Getting Started
(Forum)
by
SRIDHAR ANJANAPPA
on 4/28/2008
The entry 'asp:System.Web.UI:System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has already been added.
Hi, I am getting following error: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The entry 'asp:System.Web.UI:System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has already been added. Source Error: Line 39: <pages> Line 40: <controls> Line
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
SRIDHAR ANJANAPPA
on 4/28/2008
Filed under: System.Web.Extensions, Configuration Error, has already been added
Page 1 of 10 (91 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online