13,153 Topics
![]() | |
I have field in sql called gender,and when i click in browser for male or female it sholud get updated in my database also.. how to do that.. guide me pls........... | |
Hi, I am trying to insert multiple radio buttons in one row. For example, I am trying to get the user to state his/her sex using radio button and update the record. But the problem is I am running into errors. I have googled on how to insert radio buttons … | |
Hello everyone, I am currently doing a treeview control in asp.net. I want to [B]load the database from MS Access into my treeivew[/B], but I don't know what should I type in my .apsx.vb file. [B]Please help me with the codes [/B]to make my treeview connect to the MS Access! … | |
Hello, I'm following the tutorial of MVCMUsicStore at [url]http://mvcmusicstore.codeplex.com/[/url] and the PDF tutorial that I'm following can be downloaded at [url]http://mvcmusicstore.codeplex.com/releases/view/44445#DownloadId=121650[/url] I'm stuck at the page 53 "Creating the Edit View" (navigate to that page using the adobe reader page input) I have created the StoreManagerViewModel class in ViewModels folder. … | |
Server Error in '/PrecompiledWeb1' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' … | |
can any one help me for this code. i had created 2web page say home, employee and master page. on the mater page i want to show all the employee who are online now. for that i'm firing the query and i got the all the employee name through SqlDatareader.Now … | |
How to display data from an MS Access table by selecting the a corresponding fileld from another table using VB .NET 2005? | |
hi..i want that the matter in my label1 on the first page shud be copied to other page on the label present there.... and also i want that the value in drop down box that person choses on first page is copied to label on second page......... pls help.... | |
Hi All, I wrote a web service that I'm using to more or less move some files around. The client is written in python (uses the HTTP POST interface). If I put the client on the server, and do a test run everything is fine, but then from a remote … | |
Hi, I need some help with a project I am working on. I have created a silverlight media player and I have put it on a test .asp web page, it currently plays the video that it was set to play in the silverlight project, but I am unable to … | |
Hi, i have followed a tutorial and modified it to get a image stored as a blob from MSSQL, it is working perfectly - however i utilised handlers in this tutorial. and while it is working fine - id quite like to understand what is going on! [code] <%@ WebHandler … | |
I have a project that queries a set of times from a database and uses these entries to populate a dropdownlist. Once the page is loaded, the user can select one of the items in the DropDownList. When the "Save" button is clicked, the Selected item value is returned to … | |
I am able to email and able to export into excel without a hitch. I am just running into a Monday morning snafu in trying to email the excel output as an attachment from the script. Any and all help would be appreciated. | |
Hi friends, I need to create ruler like border for crystal report. Can any one help me? I have attached the screen shot for your reference. Thanks in Advance, Murugavel.B | |
c# webforms vs 2003 i have this data grid call dgresults which i m using the page index change event and item command event my problem is every time when i load the data grid and try to change the pages it's giving me an exception. that's because every time … | |
Hello! I want to underline a word in a sentence in vb .net. Any idea? | |
[CODE]protected void Button1_Click1(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); String sqlQuery = "UPDATE tableRegister SET (SerialNo,StaffName,StaffID,[Hostname],[Department],[Section],[Extension],Type,IpAddType,IpAdd,MacAdd,CpuBrand,CpuModel,Processor,HardDisk,HDType,RAM,RAMType,MonBrand,MonModel,MonSerialNo,MouBrand,MouModel,MouSerialNo,KeybBrand,KeybModel,KeybSerialNo,CdPlay,CdPlayBrand,CdPlayModel,CdPlayType,Windows,Other,WProdKey,MS,MSProdKey,SoftwareName,LicenceNo,Remarks) VALUES (@TextBox42,@TextBox1,@TextBox2,@TextBox3,@TextBox4,@TextBox5,@TextBox6,@TextBox40,@TextBox8,@TextBox9,@TextBox10,@TextBox11,@TextBox12,@TextBox13,@TextBox14,@TextBox15,@TextBox16,@TextBox17,@TextBox18,@TextBox19,@TextBox20,@TextBox21,@TextBox22,@TextBox23,@TextBox24,@TextBox25,@TextBox26,@TextBox27,@TextBox28,@TextBox29,@TextBox31,@TextBox32,@TextBox33,@TextBox34,@TextBox35,@TextBox36,@TextBox37,@TextBox38,@TextBox39) WHERE SerialNo=@TextBox41"; OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" + path); OleDbCommand aCommand = new OleDbCommand(sqlQuery, aConnection); aCommand.Parameters.AddWithValue("TextBox42", TextBox42.Text); aCommand.Parameters.AddWithValue("TextBox1", TextBox1.Text); aCommand.Parameters.AddWithValue("TextBox2", TextBox2.Text); aCommand.Parameters.AddWithValue("TextBox3", TextBox3.Text); aCommand.Parameters.AddWithValue("TextBox4", TextBox4.Text); aCommand.Parameters.AddWithValue("TextBox5", TextBox5.Text); aCommand.Parameters.AddWithValue("TextBox6", … | |
hey guys i have a web page involving a listview and every supitem has a button !! deal is tht wen i click on the button i need to get the INDEX of the listview subitem in which the button was clicked!!! please help me through this :) | |
I'd like to serialize and deserialize an object using SilverLight. Thanks in advance. | |
Server Error in '/PrecompiledWeb2' Application. ________________________________________ Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized configuration section 'connectionStrings' Source Error: Line 10: <configuration> Line … | |
Hi , can anybody tell me any valid link to download Ldap libraries for c# I am trying many links but It takes much time to respond and error occured as session timed out. | |
while Iam running my asp.net project by entering the url it shows the auhentication pop up as "Enter username and password for http://localhost" it shows in firefox plz help me | |
hii...i m a newbie in asp .net... im makin project on online ticketing... i m concentrating mainly on the available tool and doing little bit of coding now i m struck on a page where a person can book his seats...for this i used 50 image buttons depicting seats...red in … | |
hii.... this is my first thread..hope i return satisfied.. i am a newbie in asp ,net...i want urgent help... the following snippet i am going to present was copied from some where though it works perfectly fine...i jst want to change its functionality a bit..............its basically a drop down box...i … | |
Hi, I want to know, how to view documents(doc,docx,pdf) in asp.net (online itself).. | |
Hi, I got reported that login page not working for our client asp.net 2.0 web application with oracle 9i db. Is there is anyway to debug the application which is running in my client web server with the source code available in my machine?, I like to know after clicking … | |
I am trying to write a page that reads the username with javascript and then puts the value into the form for username which in turn writes to a *.txt file. I have no clue what I am doing. This part works: <script language="VBscript"> Dim X set X = createobject("WSCRIPT.Network") … | |
Can some 1 help me with the code for creating a DGV on clicking a button from a C# windows FOrm and not a web form?? | |
Hi, I have a dynamic website using dot-net framework, i want to re-write the urls in a way that urls can become extension less and if i use to server.transfer on custom-error pages to do it, is it harmful for search engines, crawling, indexing and rankings? If Yes, how can … | |
hello everyone. can any one tell me how to delete recored from gired view dynamically. in my program i have one gridview and sqlDatasource in this i have 4 label and one button.Label shows name, date, title and description and button for delete. all this is done at source view … | |
SCENARIO 1 : I have 3 projects in my solution: 1) Web Project (Presentation Layer) 2) Class Library Project (Business Logic) 3) Class Library Project (Data Access Layer) Following are the dependencies among these 3 projects: 1->2->3 (It means I have referenced PL in BL and BL in DAL. In … | |
hi i want to print news on web form entery of news is through text box how can i display news them i m beginner pls tell me | |
How to fix this error? I'm trying to use forms authentication to allow users to access different parts of a site and I have the following code in the web.config file: <authentication mode="Forms" /> <forms name=".MyCookie" loginUrl="myaccount.aspx" protection="All" timeout="15" path="/"/> Error: Configuration Error Description: An error occurred during the processing … | |
hi i am a new memeber of this group. i am developing a web application which inserts customers details into databse when customer inserts his details on the web page. i need help regarding code to connect MSAccess database in ASP.NET.means if user inserts the details the details should get … | |
On this project. I used XML as a database and AJAX for display.. I integrated this website [B]Here's the full source code.. please scan it for your safety.[/B] [url]http://www.mediafire.com/?nh14oi1mmeo[/url] First, radiobuttons is assigned before page init.. [code] public partial class Default : System.Web.UI.Page { //Assign values as a specific Dynamic … | |
hi., there is a parent page and child page . when i click parent page button it should go to child page and take values from there and return to preivous page its not working :( parent page: public class Default : Page { protected TextBox txtFirstName; protected TextBox txtLastName; … | |
how to use asp.net software it is necessary for IIS installation | |
Hey everyone, I'm not sure where I should be posting this - if a mod finds a more appropriate form, feel free to move it. I'm trying to figure out how to not only require .Net 4.0 with my installation package, but in the case 4.0 isn't installed already have … | |
Please help me on this..I have the following code to play mp3 file in .net.Its running fine in IE but not in firefox I cannot control the volume of the player in the embed tag.Is there any solution for it??? [CODE] <script type="text/javascript"> function updateVideo(sender) { var browserName = navigator.appName; … | |
Hello, I have created an HTML table wherein the row's values are filled thru database. ex: FirstName : dbvalue and so on... Then i create an excel file please find below code: [QUOTE] StringBuilder str1 = new StringBuilder(); str1.Append("<html xmlns:o='urn:schemas-microsoft-com:office:office'").Append(Environment.NewLine); str1.Append("xmlns:x='urn:schemas-microsoft-com:office:excel'").Append(Environment.NewLine); str1.Append("xmlns='http://www.w3.org/TR/REC-html40'>").Append(Environment.NewLine); str1.Append(Environment.NewLine); str1.Append("<head>").Append(Environment.NewLine); str1.Append("<meta http-equiv=Content-Type content='text/html; charset=windows-1252'>").Append(Environment.NewLine); str1.Append("<meta name=ProgId … | |
Hello, How to create .CSV file in asp.net & C# ?? i want the file created in following format: First Name : dbase value Last Name : dbase value . . . . . Manager: dbase value and so on Total i have around 36 rows! Please suggest the apprpriate … | |
[CODE]protected void Button3_Click(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); String sqlQuery = "SELECT * FROM tableRegister WHERE SerialNo=@TextBox41"; OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" + path); OleDbCommand aCommand = new OleDbCommand(sqlQuery, aConnection); aCommand.Parameters.AddWithValue("TextBox41", TextBox41.Text); try { aConnection.Open(); OleDbDataReader aReader = aCommand.ExecuteReader(); if (!aReader.HasRows) { ClientScript.RegisterStartupScript(typeof(Page), "PopUpMsg", "<script>alert … | |
Hi I need to know how to keep data in a gridview after postback. I am using sqlDataAdapter with DataSet to fill the gridview. But if you want to go to the second page of the gridview list it loses the data. Would it be best to create a Session … | |
My apologies if there is a more appropriate place to ask this... Right now (July 2010) is .Net Reflector the better open-source .NET Class Browser? I should qualify that I'm still stuck in VS 2005 Pro. I'm not trying to start any class browser wars, I'm just looking for the … | |
I got this code off a site, with a really nice layout and style, I've never worked with input field, so I'm stuck how can I save this to a database. I tried changing everything to a <asp:Label> and <asp:TextBox> but then I do not get the same layout. [code] … | |
I have my login page and it works, but theres no security to it. I haven't been able to find much out there except for a few articles where they just talk about how to secure your login page. Theres a couple things i would like to do, but i … | |
public string employee { get{ return employee; } set { employee=value; } } whether this kind of property can be used in asp.net :confused: or not ? Reply ASAP :?: :-/ ....... Thank in Advance:) | |
Hi, I am a c# developer and am working on a web site that contains user accounts. I am trying to add a chat feature like facebook. Only direct chat is to be available like IM, a logged in user in the website should be able to chat with only … | |
Hi All Experts, Actually I am VB.Net Windows Application Developer Now i am going an ASP.Net Application. So, the Problem is that in Windows Application i Code this Project like given Below Actually i am Using SQL Server as DataBase and Store Procedure as Query. Becuase i had tried to … | |
HI I'm looking for a good and fast tab control to use in my ASP C#.Net application. Any suggestion is appreciated |
The End.