13,153 Topics
| |
I want to connect mobile and server for my project help me the way to do that That is sending and receiving sms to server ..and storing it according to its field name im using asp.net (c#) and mssql | |
I have a masterpage and a default page in a project in VS2010. I am trying to import a javascript file. If I import the .js file the project compiles and loads but the whole browser screen is blank. If I comment out the javascript import line the page displays … | |
Hi there... I'm using a tool called Infragistic's UltraWebGrid, and I have an asp menu, so, when I put the cursor over the menu, it displays its children, but the problem is that they are overlayed by the UWG, does anyone know how to fix this? If I'm not being … | |
Hi All, I want to build my final year project in human resource management system in C#............. But after a lot of search on the web i didn't find any source code for it to develop.... kindly give me some references that make it easier for me to develop my … | |
How to deploy asp.net to a webserver? Does anyone know the steps to deploy / publish my asp.net to a IIS? Thanks | |
Dear Expert, Thanks for helping me. I am facing problem while deleting a company from my application. When I click on delete ([COLOR="Red"]on comp1.aspx[/COLOR]) it direct to other Page ([COLOR="red"]company_delete.aspx[/COLOR]) when i put password as in databse , Instead it delete it gives error of wrong password. ([COLOR="red"]company_delete_save.aspx[/COLOR]). I mean … | |
Hi In my application i have used master page. I created a web form that DID NOT USE master page. Is it possible that from this form i can access master page controls. If yes then how can i access it? | |
insert into [table](Question1,Question2,Question3) Values(Radiobuttonlist1.SelectedValue, RadioButtonlist2.SelectedValue, RadioButtonList3.SelectedValue). Okay, survey has 82 questions and there are 82 radiobuttonlist to answer each question. How do I loop through Questions field and insert the radiobuttonlist answer like; Dim i as integer for i = 1 through 82 insert into [table](Questions & i) Values(Radiobuttolist & … | |
Hello! I've got trivial problem and have no time to re-read manuals. I need to construct a function in SQL2005 which selects from DB and returns datatable. Something like this: [CODE] create function GetAllStudents() returns Table as begin ( select StudentID,StudentName,StudentFamilyName,Birthday,HisClass from Students ) return DataTable [/CODE] I need it … | |
| Sample webpage [CODE]<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> </asp:Content> <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> <h2> Welcome to ASP.NET! </h2> <p> To learn more about ASP.NET visit <a href="http://www.asp.net" title="ASP.NET Website">www.asp.net</a>. </p> <table style="width:100%;"> <tr> <th colspan="2" align="left" scope="row">My goal is to: <p> <asp:CheckBoxList … |
Hi can we create an exe file in vb.net and used it anywhere we want without using any .net framework. deepti | |
hi... i have one function in my c # application. this is to add one field from the table to the combo box. but i have to use this function in many forms , instead of writing this function in all the forms is there any other way where i … | |
Guys i'm already familiar with PHP.But now i'm hoping to learn .net for web developing.Please tell me what is the best from both and what are the differences? | |
Hi, I have a application where we upload pdf files.And also i have button in another page to download it.As and wen a new file is uploaded that file should be downloaded on clicking the download button. The follwing code fetches all the pdf files filelist contains all pdf files.. … | |
hi [CODE]<asp:ListView ID="lvTabs" runat="server"> <LayoutTemplate> <table> <thead> <tr> <th>Icons</th> <th>Tabs</th> <th>Discription</th> </tr> </thead> <tr id="itemPlaceholder" runat="server"></tr> </table> </LayoutTemplate> <ItemTemplate> <tr> <td class="ListViewIcon"><asp:Label runat="server" ID="lblId"></asp:Label></td> <td class="ListView"><asp:LinkButton Font-Underline="false" runat="server" ID="Tabs"><%# Eval("Tabs")%></asp:LinkButton></td> <td class="ListView"><asp:Label runat="server" ID="lblType"><%# Eval("Dis")%></asp:Label></td> <td></td> </tr> </ItemTemplate> </asp:ListView>[/CODE] and on click event Code is [CODE]Protected Sub lvTabs_ItemCommand(ByVal sender As … | |
When I type in "RangeValidator1.MaximumValue = "999" in the code-behind, in let's say the Page_load event, it does not recognize the "RangeValidator1" in the intellisense. Here is how the GridView and RangeValidator are defined: [CODE] <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataKeyNames="ID_KEY" DataSourceID="SqlDataSource5" EmptyDataText="There are no data records to display." … | |
hello all ... i just got assignment and my programming is very weak so i am learnig frm my self ..... so here is task for me i have to design a dropdownlist in which number containg 1-9 on which selection the corresponding number check box must shown (ie; if … | |
Hello, I am going through few documents of my new project. It says it is a AT.NET (AT = Application template) based application. The architecture the project seems to be very complex and its a 7 year old product and still new developements are going on. Can anyone explain what … | |
Hi, I have bound the data in the grid view using the following code [CODE] gvHolidaysLst.DataSource = dsHoliday; gvHolidaysLst.DataBind(); [/CODE] But I wanted to add a new column with check box control in the grid view.An error occurs while filling the grid view because the data source contains only 3 … | |
how to make customized info window in google maps v3 using asp.net its very urgent. thanks | |
Hi there! I recently installed [B]VS 2008 SP1 [/B]with [B]MVC2[/B]. (Because [I]VS 2010 Express [/I]would not install from the installer downloaded from MS's site...) After usage of just one week or so, today when I tried to start VS, it showed an error dialog with msg: [COLOR="Red"]"The evaluation period for … | |
hi guyz, i have a pre-complied ASP.NET portal, how can i import the database into Visual Studio solution? thank in advance | |
Hi guys, I'm using the MVC 2 framework and have managed to mock up a website. I'm trying to demonstrate this prior to given the go ahead and make it full scale. I've got a "Persons" controller, this allows me to add a "person" to the application. I've got a … | |
Hi.. I have 3 DropDownList:- DropdownList1 has status,DropDownlist2 has date and DropDownList3 has duedate and based on these values selected i want to populate the Gridview following is my code.. protected void Button1_Click(object sender, EventArgs e) { string con = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlDataAdapter sda = new SqlDataAdapter("Select * from DropDownFilter where … | |
Guys , I have some questions 1) lets say that im developing a asp.net site using VS 2008 , how do i use sql server 2005 as the database 2) I have using MS-ACCESS as the database before and it was easy , all had to do was to create … | |
Hi friends, I wanted to add a calendar as a pop up while pressing a button and the selected date should be loaded in the text box.The calendar should be an absolute control.My ultimate aim is to save the space by using a calendar that overlaps the other controls. Waiting … | |
i have created a vs 2008 solution that contain 3 projects i.e. 1. BLL 2. DAL 3. GUI (Website) Language used C# I have add references & connect it through vs 2008 inbuilt sql server & it is working fine on localhost but when i upload it on internet it … | |
Okay this may be a silly question but my network / web design knowledge is pretty minimal. I have a web site where I want to display an image that has a GUID query string attached. When the page is opened using my internal IP address I can see the … | |
Am currently working on my end of semester project (online examination system )where questions are to be obtained from a database. The question is displayed in a label and the four options in radiobuttons.. this form has 3 buttons that can enable a user to navigate to the next question,previuos … | |
Is there a way to call a visiblox chart that created with c# code in wpf? Let's say that i have created a chart like : [CODE]private Chart CreateNewChart(int num_chart, string chartName) { Chart newChart = new Chart(); newChart.Name = "Chart_"+num_chart; newChart.Title = chartName; newChart.Width = 600; newChart.Height = 120; … |
The End.