13,153 Topics
![]() | |
our project is having this exception in this variable it is storing summation of price it is some kind of type casting error can anyone guide us which datatype we should set it so dat it is removed ??? plz plz plz | |
i want to create multilanguage web application......having labels and text boxes and having the button for different language...i any button is press the whole application can be converted in to language respect to that button..............How can in implement the Google dictionary to implement this thing...................plzzzzzzzzzzzz give me suggestion for that.................................. | |
Hello, I am a total noob to web development and am running into some problems. I am trying to search for a specific string, or records that contain a union of strings in a SQL Sever CE database using WebMatrix, and display the results. Ideally, I would like to have … | |
COULD NYONE PLEASE XPLAIN DA ADVANC CAREER OPPERTUNITIES IN IT..???? | |
HI EVERY ONE how i can insert a confirm dialog box behind delete record button so that it will prompt like this ARE YOU SURE YOU WANT TO DELETE? YES OR NO ? if yes button is pressed then it will delete other wise dont .? thanks in advance | |
I am trying to create a Gridview that allows me to add to a database. I think I have the Gridview formatted correctly and I do not want to use the <emptydatarowstyle>. I have been playing around with different solutions to displaying a header and footer in a gridview with … | |
I have a web application that needs the identification or some uniqueness of the machine that is calling it. Based on that "id" of the machine the web application will provide information back relevant to that machine. I can certainly call my website with some unique Query params that will … | |
I'm creating a WebSite in VWD 2010 Express. The Login page I created turns out to show the Email and Password that I once entered as part of testing to stay in the textbox. How do I delete it? Thanks | |
Hi, I'm creating a bookmarks system for my web browser. I'm learning how to use XML files with VB.Net, so my bookmarks are stored in an XML file. When I want to add a new bookmark, the code below works, but it only allows for one bookmark. How can I … | |
i hv uploaded a website with contact form now i want to know that how i can check who has submitted a form OR how i can check a database what is the procedure for veiving a database pleasehelp me | |
I have developed a test site in asp.net. While it is in running of the in built webserver it functions fine and am able to access the database (msde). But when i host it on IIS server on the same machine I get the following error whenever the site accesses … | |
I need to open two pdf files as popup window on click ona button in asp.net C#,but now its opening only the first popup?Can anybody help me ,to open the both windows at the same time? This is my code: string PDFPath = folderpath + filename; string PopupName = "popUp"; … | |
I am a b.tech cse 7th sem student and my training is going to commence from jan'13 onwards .please tell me about the companies which are providing training free of cost and how 2 apply for them.its urgent. | |
hello i have repeater to show the data and i have text editor to insert the data in repeater and i have fileupload control to upload the file. when insert data in editor and attach file then i press the submit button then whole page refresh i try with updatepanel … | |
Hi I am using RDLC in .Net framework for my reports. I have a field StartDate and it can be null in the database.I want to show the date as 02/12/2010 . My code is, =Format (Fields!StartDate.Value,"dd/MM/yyyy") But in the report it shows "dd/MM/yyyy". When there is no formatting i.e … | |
protected void Button1_Click(object sender, EventArgs e) { try { SqlAddGroup.InsertParameters["mem_email"].DefaultValue = Session["User"].ToString(); SqlAddGroup.InsertParameters["groupname"].DefaultValue = Txtgroup.Text; SqlAddGroup.Insert(); Label1.Text = "Group has been added"; } catch (Exception ex) { Label1.Text = ex.Message; } } <asp:SqlDataSource ID="SqlAddGroup" runat="server" ConflictDetection="CompareAllValues" ConnectionString="<%$ ConnectionStrings:PadmaSMSConnectionString %>" DeleteCommand="DELETE FROM [group] WHERE [sno] = @original_sno AND [mem_email] = @original_mem_email … | |
Hey everyone. I am making an application where a user can draw shapes with their mouse. All the other shapes are implemented, but I am having difficulty with drawing arcs correctly. I got the program to draw arcs, but I am having some bugs in the code. Basically it's supposed … | |
**I WANT TO LEARN MVC. PLZ HELP ME,THAT HOW I CAN LEARN MVC IN SIMPLE MANNER AND IN A GOOD WAY**Bold Text Here**** | |
Hi everyone, Ok, Im new to the forum so I hope I've placed the question in the right place, and here it is : I am developing a silverlight application that uses Bing Maps. The Idea behind the application is that to help land owners (farmers , agronomy businessmen) visualize, … | |
hi, i have created a solution project in Visual Studio. The solution project contains an ASP.net application project and several class library projects. now one of my class library is accessible by other projects by adding class library dll in it. now i want to hide my one of class … | |
hello i want to include searching from web in our website.i want to use Google search ajax api but i don't know how to use in asp.net give me source code then i understand easily tellme as soon as possible thanjs in advance. | |
![]() | OK so I made a website http://www.thecodinguys.net now code is displayed in <table class="code"> my friend said I should use <pre> because pre is for code/preformatted text. Now I use a CMS and the data is stored in a table. The content is stored in a column call pText. Is … |
Hello, How to show search results from Database **WITHOUT** Gridview. I am making property dealing site in which when user seraches the property the results should come on the webform **not** in a gridview control How can i acheive this??? | |
So I'm uploading multiple images to a folder and inserting the images information to a database. The upload and insert is working great but the loop is running twice for each file and adding the information into the databse twice. I am unsure as to why this is happening. Please … | |
what should i write in the body tag so background image does not repeat?? <body background="images/red-and-black-powerpoint-template.jpg"> | |
Hey everyone, I'm trying to code a webform to allow people to input data on several objects in a database. I'd like to have them be able to click an update button for each item they want to update, popup a box for the value, and pass that value to … | |
Hi. I'm currently developing a CRM in ASP.NET 4.0. It has a database connection that resides on a separate computer. The development and dev-hosting of the site is done locally. Until yesterday everything worked almost flawlessly (except for those part I'm working on), but suddenly all postbacks and redirects slowed … | |
***My tnsNames.Ora File -*** XE = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = Sonia-PC)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE) ) ) EXTPROC_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) ) (CONNECT_DATA = (SID = PLSExtProc) (PRESENTATION = RO) ) … | |
Hey everyone, I'm having some problems with my code and was hoping someone could give me a hand. Here's the snippet I'm working with: [Authorize] public ActionResult EventResults(int id) { List<Event> CompetitionEvents = Event.getEventsByCompetitionId(id); ViewBag.CompetitionEvents = CompetitionEvents; List<Person> Competitors = Competition.getCompetitorsByCompetitionID(id); ViewBag.Competitors = Competitors; List<Results> Results = Competition.getCompetitorResultsPairings(CompetitionEvents, Competitors); ViewBag.Results … | |
Hello my fellow DaniWebbers, I have a question for you. Problem: I am troubleshooting an ASP.NET (some one else wrote) page that has an insert form. The user can insert, using linq, into the database. I want to check the database for the values before inserting the values. (Safeguarding from … |
The End.