13,153 Topics
| |
Hi.. i have to Create a simple data entry Windows Form application with the following requirements.(*Note it should be using ASP.NET 2.0 framework and c#) • Capture customer personal information and employment information. Personal information includes Name, Address, Phone and Date of Birth. Employment information includes Employer Name, Office Address, … | |
Hello Everyone, I am working on multi language site that will work in English, French. How would I covert master page to in another language. | |
hi ... thanks a lot..i got how to edi,update,n delete..now i want to validate the textbox wen i press update...like i want to ckeck for null vlues entry...only numbers.......i am searching for javascript but no proper result... any links ..pls post.... | |
I have Two panel One have Login control and in another user control. First user login then usercontrol is open so I am try in Login_loggedin event fire delegate which in parent control of both to visible panel but not shown | |
Today I found 2 distinct program which can takes .exe's and gives sorce code exactly, same method names, same class names, same variables also. I am trying to find a solution which can stop this decompilers. I found solutions but they just make the decompiling job harder. I need to … | |
Is there anyone know how to use LIKE statement? | |
How to do this? Some said I need to use requiredfieldvalidators for this. Will these affect my other validation with no requiredfieldvalidators? | |
i am writing an application on my pc considered as client, to insert record on a microsoft access database on another pc that u can consider it as server, that has static ip address remotely.i can ping the remote address of the pc that i want to access without problems.the … | |
I am making an enrollment system. My database table for the enrollment has 30 columns. I wonder which datapresentation suits this kind of multiple columns. Do you think gridview is suited for this? If I would have an edit function then do you think it's kinda long? I also made … | |
Hi, I have Oracle 10g installed in my laptop. I have currently inserted a Gridview and in this Gridview when i choose "Oracle Database" as my Data Source, I come across a form where I have to fill out the server name, username, and password. I do not know what … | |
Hello, I have gridview which has checkboxes for Approve and Disapprove in each row. I have applied JQuery on the gridview on it for paging. Now i want to access the Datakey value for the checked and unchecked boxes in the gridview and accordingly save it to the database. I … | |
Hi, i have a submit button which adds data to a DB, id like a pop up window to open after the user clicks the button and the submit operation has been completed... (the pop up window will display the submitted data) while tesing on a local host i (naively) … | |
hi myself jaipal deshwal my problem is that i am not find proper value in dropdownlist the coding is as folow using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { DropDownList1.Items.Add("-Select-"); DropDownList1.Items.Add("+"); … | |
can anyone tell me what code should i use to print when i click the button it'll automatically print the page? or any other suggestion? | |
Hi, I'm new to this forum and wanted some advise on finding a .Net development job. Having been an Access developer I have recently moved into .Net development with my present employer and now have around 1 years commercial development experience. However, I am looking to broaden my knowledge in … | |
Hello DW Forum, i am a new member between you and this is my first post i am building a website mostly uses Stored Procedure, but now i am facing a problem such that i want to call the SP more than one time from the .vb page this is … | |
I'm trying to create the edit form for book (with id 1), I want the selection list to select the existing author which retrieved from database. That book with id 1 has an author with id 1, but the HTML does not show selected author with id 1 for that … | |
I want know how to record phone call like skype. i am connecting my mobile using blue tooth. using at commands . | |
For some reason, selectedindexChanged vb.net code is no longer firing. autopostback and enable viewstate are sill true. Enabled is set to true in code behind. Using VS2008. Any idea on what can cause this? Thanks, Randy [CODE]<asp:DropDownList id="ddlEmpName2" style="Z-INDEX: 138; LEFT: 192px; POSITION: absolute; TOP: 32px" runat="server" Width="152px" ForeColor="DarkBlue" DataValueField="EmployeeId" … | |
Hi guys would like to know if there is any benefit in learning how to code in asp.net? I am a alright coder in php but is there anything asp.net can do that php cant? please let me know, thanks. | |
Hello! I have problems with modal MFC windows over 3dsMax. I'm popping a MFC modal window over 3dsMax (I'm programming a plugin for 3dsMax, if you mind), so I can't click on any 3dsMax window button, because the modal window is here. The modal window, by clicking on a button, … | |
I have a dropdownlistbox in a webform. When the page loads, it displays the initial text, that is ok. When selection is made, it works ok. But when i tried using the text property ie msgbox(cbomodel.text), what shows in the previous text. The newly selected item is never recognized. Is … | |
Hello I have got a project in asp.net.Now i need to integrate Screw Turn Wiki to my project.I dont have any idea about that ...Please help me.. Thanks in advance | |
I have an asp.net web page that a user is loading a file to that I want to parse data out of. The following text is some sample data (I'm told that it's supposed to be .csv but as you can tell, it's really not.) Resource:Wills MD, Robert P; Ward … | |
hi i m trying a code to execute in order to generate a xml file at runtime. it execute well. but the xml file gives a error as The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the … | |
hi all I have a asp application that have .dbf(foxpro) database i just want to fetch only non deleted records so how i do that, is ther any solution , if yes than let me know thanks | |
Hi Guys, My issue is that i dont know of a way to pull data from a formview using C# and inserting or updating that into a database. I saw something which searching around on the internet called a findcontrol, and i gave it a go, but I m so … | |
hi Frd., i have done web page which will add values to the gridview once we select the add button it will open the popup after entering the pop-up it should display values in parent page once we return... But its not displaying just have look guys and solve the … | |
Hi friends, My question is... I was Created asp.net application using asp 2005 and code behind file as the C#.net with IIS 6 Then I host my web application on internet in IIS 6 server... There is the page,using this i can upload file[image files] to internet...[by using file uploader] … | |
I have a grid in dataset as following UserPatientStatusID RelevantPeriod TotalCount ProviderSpecialtyServiceName a OUT November2008 1 Not Available a ER September2008 1986 Not Available a ER April2009 1837 Not Available a ER December2009 2367 Not Available a ER August2008 1908 Not Available b ER February2009 1598 Not Available b ER … |
The End.