Hello -
I'm having some trouble with references to an external project that contains services for my application.
After changing the types of some properties in a class, I got errors like "Method not found: get_Size() (Where Size is the name of the field)
After rebuilding numerous times, deleting the class and adding a new one with a ...
Hi ,
Sorry I didn't explain My problem correctly , My problem is that I have a TextBox with AutoComplete Extender and It's works but The browser save the text that i have Entered before so when i start writing to My text Box I have Two lists appear , one from the browser and one from the autocomplete
I want to disable the browser list...
hello,
using asp.net 3.5 I am trying to generate a formatted excel spreadsheet
and the way i am doing it is:
1.Format the excel sheet with data
2.Save it as an xml spreadhseet
3.View it in notepad/textpad and remove the "data" from the xml and have a content holder
such as "DYNAMICDATA"
4.Build dynamic xml for data and replace the ...
Hi All,
I have an EntityDataSource in which command text contains not in.
The queries looks like :-
SELECT User.LastName, User.Suffix
FROM [User]
WHERE [User].UserId not in (select [Contractors].UserId from Contractors)
This results in following error:-
The element type 'Edm.Guid' and the CollectionType 'Transient.collectio...
I have a GUI that contains several components (combo boxes, textboxes, etc) with their associated labels. When a button is pressed, the selection in each input component is validated, and if found to contain an invalid value, the label color changes to red and an error message appears. This works fine on its own.
The problem arises when...
I am making a small file hosting website, and each user can upload multiple files, and will have access to just his files and can't access others files, for example by guessing the URL.
Is there a way to secure files to have access by just the owner and no body else "may be website administrator also will have access"
Update if you can ...
I need to have a stack of 10 text lines, possibly div's, and insert a line arbitrarily somehere in the list. In addition I'd like to fade in a highlight (for the new line) and fade out.
Is MSFT AJAX the correct tool to use for this?
...
Hi there,
When installing an Umbraco site, I changed my umbraco admin url from '/umbraco/' to '/myadminurl/', even before I went through the install process.
Just like it's documented, I changed in the web.config the keys 'umbracoReservedPaths' and 'umbracoPath' to match my new admin url.
Installed and everything is working fine, exce...
I have the following scenario: my website displays articles (inputted by an admin. like a blog).
So to view an article, the user is referred to Home/Articles/{article ID}.
However, the user selects which article to view from within the Articles.aspx view itself, using a jsTree list.
So I what I need to do is to be able to differentiat...
For SqlDataSource I can configure the external source for the incoming paramater.
For example it might be a QueryString, Session, Profile and so on.
However I do not have an option to use User as a source.
I know that I could provide value for the parameter in Inserting,Selecting,Updating,Deleting events. But I do not think that this is...
hello all
plz suggest me any captcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link
...
Per a question I posted yesterday, our website's DNS structure has changed to round-robin DNS which literally swaps back and and forth between two production servers. Our web.config for both prod servers has:
<sessionState mode="SQLServer" ... > pointing to the same shared DB
A machineKey on each server that is consistent between the t...
I have couple of controls in the page. I need to modify these value in Page method. How can I do that?. When I modify those values in page method should reflect in page?
Please give me expample.
...
How to write Lost focus method for asp.net text method? Please anybody have any idea to write this, share with me?
...
Hi, I'm using an AutoCompleteExtender for an ASP.NET project of mine, and it's pulling the fields to be shown fine. However, when the user chooses an autocomplete suggestion, I need the function to pull another field from the row (the 'ID' column which is the primary key), as that what is the necessary field used to display the relevant ...
Hi - I'm getting a blank column when switching to another page using the default pager in the telerik radgrid.
As data for each row, it shows the type of data i am using for the rows (SearchRecord)
Anyone have any clues as to why this may be happening? It doesn't show up on initial population of the grid, but only when I do paging. M...
I'm trying to call a web service (.asmx) from a c# application, in json format.
When I specify request method as GET, and don't specify contentType.
(req is HttpWebRequest)
req.Method = "GET";
Everything works well, but I get XML response.
When I specify content Type:
req.ContentType = "application/json; charset=utf-8";
...
Hello,
I am developing a web application with ASP.NET 3.5 with C# and Telerik Ajax Control. I have a iFrame in my master page. Application load other pages in iFrame dynamically and iFrame height adjust the dynamically when page load. I uses RadScriptManager , RadAjaxPannel, RadAjaxLoadingPannel in my page. The problem is when ajax "call...
anybody how can I know if the request is ajax ? (I'm using jquery for ajax)
...
I have an enum below which I need to be able to reference by passing
in "Insured Only". When I do this it says that it cannot be found as
the actual enum shows as InsuredOnly. Is there anyway I can pass in
the correct value i.e. "Insured Only" instead of InsuredOnly?
public enum EnumNames
{
Administrator,
...