how to make linq query a class property ?
i want to know how to get linq query to a class property,if i do like this "private IEnumarable<T> query;" it gives error "The type or namespace name ' | | 0 | 33 | 11/24/2009 10:25:46 AM |
trigger jQuery ui dialog from codebehind?
i wonder how i could trigger jquery ui dialog from codebehind? reason i need to do this is i need to save a file before i make the jquery call. is it possible? | | 0 | 39 | 11/15/2009 10:13:46 AM |
AutoComplete JQuery plugin and ASP.Net C#
I'm using the JQuery autocomplete plug in, and am passing in an array of
strings to autocomplete (see code below). The method I'm calling to get my data
(GetCustomerNames) is just retur | | 0 | 36 | 11/15/2009 10:13:45 AM |
Pass variable to JS file
Hello,
Although this question have been asked and answered before, including on
this website, I am not managing to solve my problem.
I am using Masterpages, and Javascript files. | | 0 | 37 | 11/15/2009 9:11:41 AM |
Create an ‘iPhone style icon’ effect on a thumbnail image?
Hello all,
I have an image upload facility in my asp.net project, when uploaded a
thumbnail of the image is generated and saved to disk.
What I would ideally like to do is apply | | 0 | 29 | 11/15/2009 9:11:39 AM |
QueryExtender is there a way count how many Data has been find?
how get Data found or not using QueryExtender Thanks | | 0 | 31 | 11/13/2009 3:43:30 AM |
find a row index in datagrid of silverlight
I have a SelectionChanged event on a combobox in a datagrid. when it fires i need to find out the row number or index of that row where this combobox resides.. How can I do that ?< | | 0 | 37 | 11/13/2009 3:43:29 AM |
Question about security and the Entity Framework
Hi,
I'm new to the Entity Framework and I have a question about the benefits of EF.
I've always thought that the most secure way to access data from the database was | | 0 | 31 | 11/11/2009 10:08:10 AM |
Many-to-Many in Entity Framework PK Problem
Hi guys,
I got a question regarding PK in entity framework. I want to save my rights for a role in a table called RolesHasRights (Many-to-Many referenced via roleId and rig | | 0 | 31 | 11/11/2009 10:08:09 AM |
Using NumericUpDownExtender, but texbox does not display
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD | | 0 | 40 | 11/11/2009 10:08:04 AM |
Need a file name where the command "WebResource" is defined.
I may not be in the right place for asking this question, but here goes.
This has been driving me nuts for a while now. | 0 | 35 | 11/11/2009 10:08:03 AM |
Datalist itemcommand inside tabpanel does not trigger
Hello everyone, i have a datalist inside my tabpanel. But the itemcommand is never triggered. How do i get the item command to be triggered? Thank you.
| | 0 | 27 | 11/11/2009 10:07:59 AM |
No css with url rewrite
I'm building a web site and I'm using url rewrite in it. When I applied the url rewrite, everything works. But my pages will not read in the css files. Everything is shown on the pages bu | | 0 | 35 | 11/11/2009 10:07:58 AM |
Reordering or Drag & Drop multiple rows in a Datatgrid ( Web Applicatio n )
Hi All,
I have an ASP.NET web application which has a Reporting module. The reports are displayed in a GridView.
1. I need to implement Drag & Drop or ReOrde | | 0 | 30 | 11/11/2009 10:07:56 AM |
ASP.NET 3.5 page is getting timed out after 5 min of processing
We have an ASP.NET 3.5 application deployed on production environment and our page is getting timed out after 5 min of processing. There is an aspx page which has button and on a click of button | | 0 | 25 | 11/11/2009 10:07:55 AM |
Adding Silver light toolkit 3.0 in VS 2008
Hi All,
Does any body how to install silverlight toolkit in VS 2008 SP1 toolbox. I have downloaded the July 2009 release and it looks like the dll and folder names are d | | 0 | 34 | 11/11/2009 10:07:51 AM |
Points of interest using the Virtual Earth Web Service
Hi,
I have created a Bing Map using the Virtual Earth Webservices 1.0. I didn't used the SDK for this. Now, I want to add the Points of Interest for a specific location to the m | | 0 | 29 | 11/11/2009 10:07:50 AM |
Test Driven Development(TDD) in ASP.Net3.5?
Hi All,
I am doing a project in ASP.Net3.5, I needs to write test methods for my code. Please any one help me on how to use Test Driven Development(TDD) in my project? What are the softwa | | 0 | 28 | 11/11/2009 10:07:49 AM |
ExceptionHandlingBlock error
Hi In my project I use exception handling block from enterprise services. There it seems like the policy I created would not be found. But please have a look first:
| | 0 | 36 | 11/11/2009 10:07:48 AM |
how to get the Association of Linq to entities
in linq to sql you can do this. how do you do this in Linq to entities
var _entity = entity;
PropertyInfo[] pinfos = _entity.GetType().Ge | | 0 | 32 | 11/11/2009 10:07:47 AM |
Where to download standalone Microsoft AJAX Library 3.5?
Why I can't download standalone Microsoft AJAX Library 3.5 from http://www.asp.net/ajax/downloads? Where to put it? Thanks.
| | 0 | 32 | 11/11/2009 10:07:43 AM |
ADO.NET Entity Data Model not found
I am trying to find ADO.NET Entity Data Model template by right clicking Models and selecting Add new item, Data(under Visual C#).
I do not find it there. I have ASP.Ne | | 0 | 32 | 11/11/2009 10:07:38 AM |
Version Compatibility Issue
Hi,
I have installed MS.NET Version 3.5 and 2.0 in my PC. But few functionality is not working fine in my ASP.NET Page.
Any suggestions would be appreciated.
< | | 0 | 32 | 11/11/2009 10:07:36 AM |
paging in mvc grid ??
can any one provide me sample or example of implementing.. paging in mvc grid..... i have seen many tutorials on google but every one using short cuts i am new to mvc ...
| | 0 | 23 | 11/11/2009 10:07:34 AM |
Help Required: Adding an Entity with nested properties
hi there,
I was hoping that someone could help. I am very new to the Entity Framework and I am struggling a little here. I have a contextual model below, I am looking | | 0 | 28 | 11/11/2009 10:07:32 AM |
Entity framework now or later?
Hello everyone,
I've just watched a vid on Entity Framework 3.5 and it looks fab.
However, I've also seen that Entity Framework 4.0 has some interest | | 0 | 35 | 11/11/2009 10:07:30 AM |
Using extensions in an aspx page? (with code-behind)
I have created a class containing a few string extensions, as follows: Imports Microsoft.VisualBasic
Namespace Extensions
<HideModuleN | | 0 | 29 | 11/11/2009 10:07:29 AM |
Extension methods in .net 2.0
hi, m trying to create an extension method in .net 2.0. Extension methods are supported in 3.5 but when i searched in google i got the below code. namespace | | 0 | 24 | 11/11/2009 10:07:26 AM |
Entity data model Designer
Hi. I think this is a silly question but I am new to Entity Data Model.
| 0 | 36 | 11/11/2009 10:07:24 AM |
Linq to SQL Varbinary(Max) Filestream Read via Win32
I was reading this article to read Filestream Data from SQL using the managed API. http://www.simple-talk.com/sql/sql-training/an-introduction-to-sql-server-filestream/ Instead of using sq | | 0 | 29 | 11/11/2009 10:07:20 AM |
Linq Many To Many Question
Hello,
I think I'm a bit over my head with what I'm trying to do. Here's what I have. 3 tables People --> PeopleJob --> Job in a many to many relationship. I have | | 0 | 23 | 11/11/2009 10:07:19 AM |
How to unit test IDataErrorInfo?
Hi
I am reading Asp.net MVC Framework and I am reading about IDataErrorInfo as form of validation.
So I am just going to post what he has.
Product Cla | | 0 | 39 | 11/11/2009 10:07:16 AM |
Please Help it's ungent
This is my site which i build "http://www.coolservices.co.in". Now this site is build in .NET Framework 2.0 with Ajax enable features that mean i have install the Ajax Extension 1.0 in | | 0 | 40 | 11/11/2009 10:07:11 AM |
Acess silverlight source
Hi there! My question is very simple: I have this <div>
<asp:Silverlight ID="XamlSilverlight" runat="server&qu | | 0 | 33 | 11/11/2009 10:07:10 AM |
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed o ut.
Hi,
I am getting famous exception but in an uncommon scenario -
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
I hosted my website in a server and as so | | 0 | 35 | 11/11/2009 10:07:07 AM |
ms test tutorials required
Hi Good morning to all,
Recently I was joined in one new Company. They are using MS Test. I don't know anything about MS Test. I couldn't get any h | | 0 | 34 | 11/11/2009 10:07:05 AM |
Hello.....
I need to know about the latest launch of microsoft EXPRESSION and SILVERLIGHT....if any one have idea about these products than plz help me out
| | 0 | 26 | 11/11/2009 10:07:04 AM |
error while compling Entity Framework Sample
im trying to complie a sample application that i got from codeplex. Im getting following errors. Anyone please help me thanks,
Error 3   | | 0 | 29 | 11/11/2009 10:07:02 AM |
How can I use a Domain Service as ADO.net Data Services data source
Hello, I have a question;
I created Project that exposes an ADO.Net Data Service, I used an Entity Data Model as data source for my service. It works fine, but now I want to use a Domain | | 0 | 27 | 11/11/2009 10:06:59 AM |
securing javascript code in ajax
how to secure javascript code written for calling webservice through client-side-ajax code.as javascript code is viewable in browser. | | 0 | 37 | 11/11/2009 10:06:58 AM |
Download ASP.NET 3.5 Extensions Preview
Where can I download the ASP.NET 3.5 Extensions Preview.
My controls in VS 2008 don't show me the Add Extensions tab, when I click them.
Can someone help me? | | 0 | 24 | 11/11/2009 10:06:56 AM |
ScriptManager EnableHistory="true" doesn't work
I want to use AJAX history management function. I have a master page and a content page. so the ScriptManager is in the master page and the ScriptManagerProxy is in the content page. B | | 0 | 34 | 11/11/2009 10:06:55 AM |
Entity Framework and Primary Key (ID)
Hello,
I am starting using Entity Framework and I have the following SQL tables: create table Tags
(
TagID uniqueidentifier not null
co | | 0 | 24 | 11/11/2009 10:06:54 AM |
Entity Framework and HierarchyId in SQL 2008
Hello,
Can I use HierarchyId data type for SQL 2008 with Entity Framework?
I would like to insert nodes, delete nodes, change nodes, get nodes, ...
If this is | | 0 | 26 | 11/11/2009 10:06:53 AM |
FileStream and Entity Framework
Hello,
I am creating a table in SQL 2008 that contains a column of type FileStream so I can save files in it.
Can Entity Framework handle this?
What w | | 0 | 36 | 11/11/2009 10:06:51 AM |
Categories and Entity Framework
Hello, I am using SQL 2008 and Entity Framework: How to implement a system with Categories and Subcategories. I know about the adjacent model but I think in SQL 2008 there is so | | 0 | 39 | 11/11/2009 10:06:50 AM |
Start with Entity Framework
Hello, I am moving an online project from using LinqToSql to EntityFramework. I am using ASP.NET 3.5 Sp1 and VS 2008. Where can I download Entity Framework? Thanks, | | 0 | 32 | 11/11/2009 10:06:48 AM |
Why i can't load my own control in one normal class ".cs"
I've one class let's say myClass.cs and my own user control let's say XCtrl.ascx.cs. I want to know why I can't load my control X in my class ? I have one method in my class | | 0 | 34 | 11/11/2009 10:06:46 AM |
Entity Framework Many To Many
Hi I am playing around with Entity Framework for a POC project. In my database I have
Category<-------CategoryProduct ------->Product (where the join table is an entity in the | | 0 | 35 | 11/11/2009 10:06:45 AM |
reading an xlsx document and displaying it in a grid view.
Hi All, I used this connection string in web .config file <connectionStrings> <add name="xlsx" connectionString="Pro | | 0 | 32 | 11/11/2009 10:06:44 AM |