The Legend hides the Plotted data in Chart control ASP.Net
Hai All, As a part of my project I need to plot multiple series of data and need to show the color of each series in the Legend. But when I have added legend , it is diminishing the plotted area. and...
View ArticleIs it possible to use ASP.NET ProfileCommon in a windows service?
I have my ProfileCommon Class belowusing System.Web.Profile; publicclass ProfileCommon : ProfileBase { publicstring LastName { get { return (string)base["LastName"]; } set { base["LastName"] = value;...
View Articlegive me the steps
hi, I use visual studio 2013 ultimate software for web Asp.net web forms application using vb code and I want to introduce a database but I am a beginner and I do not know anyone can be koi help me and...
View ArticleHow to populate gridview based on another value clicked.
I have a navigation bar which shows the type of recipe. eg: healthy recipe, desserts, etc... I have a gridview on the same page. I want the data in the gridview to be populated as per the selection on...
View ArticleLogout from Three IFrames at a time to login page
Hi I have create three IFrame in same asp.page . But while logout from individual frame it is coming to login page with in frame But i want to come out from total iframe page . Pl Help me for the code
View Articlehow to solve data base connection error in asp.net
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that...
View ArticleHow to display excel content in client, and allows the client to make changes.
I know there is a million ways to do this. But what I want to happen is to have a spreadsheet/excel that computes for something say grades. The user using the browser (client-side) inputs some...
View ArticleExcel file was corrupted when downloaded from server
I have some excel files on the server. When I am downloading them using asp.net, the downloaded excel file was corrupted. Below is my code. Could anyone tell me where I went wrong. <pre...
View ArticleSample code to create multiple series and legend in asp.net chart control
Can anyone give me a sample code to create multiple series dynamically and create a legend for all those series in asp.net chart control.
View Articleapostrophe
Dear All, How can insert a data into SQL(MS SQL 2008 ) data base with apostrophe. Please provide sample code to insert with a stored procedure from C#.Including all DB connectivity Thanks, Praveen...
View ArticleAccordion RadioButtonList
could anyone please tell me how to implement radiobuttonlist with accordion style
View ArticleFailed to load viewstate in gridview and gridview row count
I have a dynamically created grid view with a nested child grid view. On edit,I wanted to have different controls based on column data type so when I create template fields dynamically, I create user...
View ArticleUmbraco integration with asp.net mvc3
I have done website in mvc3.in the form of controller and view. I want to use umbraco for content editing on my site.how i can achieve this.Can anybody help me.
View ArticleParser Error Message: Could not load type 'DIS.CnpWeb.ORFfvpProd.Global'.
Hi All, I am getting the following error, please help me in fixing the problem Server Error in'/Internet/apps/CNPWeb4.5/ORFfvpProd' Application....
View ArticleI am trying to have users update their profiles as soon as they log in
Hi Experts, I am not real sure why this code doesn't work any more. When a user logs into the system, we perform a check based on his/her session Id to see if his/her profile is update to date. If...
View ArticleFree 3d chart controls for ASP.Net
Could anyone suggest me where I can find free 3d Chart control for asp.net to draw a scatter plot.
View Articledefault html file is opening when run my application
i have project when i run the project in bin\debub\tespage.html one is creating and opening the that file only . its not showing localhost\aspx page. its opening the entire root folder in the address...
View ArticleUnable to create the virtual directory. The URL 'http://localinternet:80/' is...
Hi, I have created new web application and it is mapped to the following url 'http://localinternet:80/'. But I want to remap the application URL with my defined virtual directory ie....
View Article