installation of asp.net
WHEN I AM GOING TO INSTALL ANY SOFTWARE THEN THIS ERROR MESSAGE GIVE: THE SERVICE DID NOT RESPOND TO THE START OR CONTROL REQUEST IN A TIMLY FASION
View Articlewebform
salam i make a simple user login form so i want to attach database how i can do
View ArticlePrintPageEventHandler not working when I upload my site to IIS
Hi all I am having my print code as follows publicvoid print() { try { PrintDocument pd = new PrintDocument(); pd.PrintPage += new PrintPageEventHandler(pd_PrintPage);...
View ArticleTrying to EDIT 2 separate, one-to-one database tables with ONE form/ViewModel
Is there any way to somehow combine the data from two models and THEN map them *both* to the same viewModel in the context of an edit action? I have never had to update several tables at once in an...
View Articlehow to make delete row from table using linq
In my Relation i have two tables relation (one to many) table country Id (primary key) Countryname table City Id (primary key) Cityname Countryid (forign key) I have controller City have the following...
View ArticleAsp.net C# Export to excel stop working
Hello, I have very perplexing issue. For years I have made websites with Asp.net and have used some lines of code to export gridview data to an excel work sheet. Last week the code just stopped...
View ArticleVS2012 cannot open MVC4 application - the system cannot find the file...
I have tried many steps like uninstall NuGet pakeged and than restart the Visual studio and than again i install the pakeges . I have tried another solution which is Press Windows + R Enter...
View Articlehow to encrypt and decrypt the file through pkcs
Hi, Please tell me the how to implement the pkcs in ASP.NET .
View ArticleHow to create a Join, or place a datatable within a datatable for ReportViewer
I have this report to write, it's content is company information and then sales numbers for months for 5 years below the company information eg. ABC Company John 714-555-1212 ATD: $1.00 Balance: $0.00...
View Articleweb form using javacript
In a vb.net 2010 webform application, I am going to display a popup javascript alert message for the user when there are 2 records in the database for the current school year for each unique student....
View Articleweb form message using master pages message and/or JavaScript message
In a vb.net 2010 web form application, I want to display a message to the user when a student has more than one record in the database for the current school year. The database problem is caused by a...
View Articleadd data to more table relation in same time
I need to make multiple insert to multiple table have relation with each other all id in all table is identity and already do model relation ef to it in visual studio 2015 what i need actually when...
View ArticleI have thousands of user who are accessing my site, How should I handle a load ?
I have thousands of user who are accessing my site, How should I handle a load ?
View Articleweb form gridview control
In a vb.net 2010 web form application, there is the following line of code in a gridview control. <asp:TemplateField HeaderText="Student Name" ItemStyle-HorizontalAlign="Center"...
View ArticleWhich Property of Grid View would help me?
I mean i want to select the data from grid view from each row and other thing i want that is the form of that perticlur grid filled automatically so that i can edit it and update the data . hope u got...
View Articleasp.net javascript issue
I have 2 date picker in aspx page one normal date picker and one in gridview controller. fist one fromdate and second one Todate. Fromdate can't be less than todays date. and ToDates should be greater...
View Articleajax call to shared (static) mehtod
I am having a problem with an ajax call to a shared (static) vb.net function to obtain data from the database. In a vb.net 2010 web form application, I needed to make a call from a javascript function...
View Articleerror message on master page
In a vb.net 2010 web form application, I have the start of code for a master page listed below: #Region "Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleAjax error handling logic
In 2 ajax calls that are listed below, there are 2 places that say 'error: AjaxFailed'. $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: document.location.pathname +...
View Articleado.net
can any one give clarity on this because i am fresher and searching for jobTextBox1.Text=dr[0].Tostring();
View Article