How to create modular web application?
HiI built a web aplication in asp.net such as a CMS. I want to use from my application but I want make it to Modular System.My applicationhasa system defaultfeatures such as:Post Article - Site...
View Articlecss Menu not working in Masterpage ...
Hi Friends,I have created a css menu in masterpage in my web application. below is the code of masterpage :-SqlConnection con = new SqlConnection(); con.ConnectionString =...
View ArticleRedirecting to default page when trying to access folder
Hello,I'm working on a project which includes a lot of web pages. The web pages are grouped into folders depending on some criteria, for example:User: - Registration - PersonalData - RecentActivities...
View Articlerdlc print button not working in i.e. 10 in .net 3.5
Hi,I am working on asp.net 3.5 and using report viewer to print report.Not print button not working in i.e. 10
View ArticleRuntime exception- Incorrect syntax near '\'.
Hi,I get a runtime exception -System.Exception: Insert/Update Error:Incorrect syntax near '\'.The error comes up on the attached code.Thanks.private void AddSysDetail() { // get the office name to...
View ArticleNeed help
okay what i want to do is add the value of two time interval which are in minutes and then save it in database for an examplethe code that i use now isstime.Text=Now.ToString("hh:mm:ss tt")...
View ArticleRepeater, Link Button, onItemCommand
I am trying to add link button in repeater. It was anchor tag earlier. But i was not able to call code behind from anchor tag with onclick event. So i changed it to link button but that is also not...
View ArticleData Source
I am having a problem with the "Data Source".The path is correct "App_Data".It is the first from the start and db1.mdf is located in that folder.Can someone give me some possibilities for the Data...
View ArticleHow to display Values using 2 class with thread in c#
Hi., I should use 2 class like, ClassA and ClassB and each class have one label to print result.I created a variable in ClassA , and created a method like below.Protected void Display(){for (Val = 1;...
View ArticleProblem to send data from socket connection.
Good afternoon everyone,My name is jonathan, I need for my project to create a web form and another program which send to my web form some data thanks to socket connection. But I have a little problem,...
View ArticleReferencing Textbox in a loop
Hi,I wrote the below code to assign the value to a text box with the sum of every nth textbox value in the given range.Sub GetHSum(startControl As Integer, endControl As Integer) Dim xsum As Integer, i...
View ArticleDisable submit button when clicked with a master page
I have a submit button on an ASPX form that has a master page. I need to disable the submit button once it's been clicked to prevent multiple clicks.I tried this:VB.NET code: --------------------...
View ArticleHow can i create custom asp server controls like, Button,TextBox,Label etc..
How can i create custom asp server controls like, Button,TextBox,Label etc..
View ArticleCSS not loading in ii7
<head runat="server"><title></title><asp:ContentPlaceHolder ID="head" runat="server"></asp:ContentPlaceHolder><link href="./Styles/default.css" rel="stylesheet"...
View Articlehow to support social networks in my web forms application
Hi guys,I have a task to enable the user to connect to his facebook/ twitter / linkeded profiles and after he be connected i should retreive his public data and insert it into the database.is there a...
View ArticleAutocomplete with jquery json. Internal server error 500?
The program works on local but not works on server.Why??????[WebMethod]public List<string> GetAutoCompleteData(string prefixText) { ...here is the error: Internal server error 500and also this...
View ArticleHow to use maximum columns in asp.net crytal reports with scroll vertical...
Hi,I am using vs2008 with crystal reports in Asp.net .How can use maximum colomns in asp.net crystal reports. i have 13 coloums in my reports but i am getting 6 columns in reports.how can increase...
View ArticleUpdating gridview with validation
I have a gridview. when i click edit button it ll turn into a editable mode. i kept validation but not able to update.Below is my code.. <asp:GridView ID="GridView1" runat="server"...
View Article