13,153 Topics

Member Avatar for
Member Avatar for sania khan

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

Member Avatar for pritaeas
0
78
Member Avatar for nitin.chambhare

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..................................

Member Avatar for sehhorng
0
473
Member Avatar for tjamesp

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 …

Member Avatar for tjamesp
0
140
Member Avatar for anurag.chugh
0
48
Member Avatar for chunkbar

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

Member Avatar for chunkbar
0
327
Member Avatar for MichaelWClark

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 …

Member Avatar for akpaga
0
507
Member Avatar for olegb

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 …

Member Avatar for pritaeas
0
255
Member Avatar for shers

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

Member Avatar for jackandrew123
0
82
Member Avatar for JoThousand

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 …

Member Avatar for JoThousand
0
346
Member Avatar for TajamulNawaz

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

Member Avatar for JorgeM
0
37
Member Avatar for naheedkassam

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 …

Member Avatar for naheedkassam
0
262
Member Avatar for iamtheuser

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"; …

Member Avatar for krunal1986
0
439
Member Avatar for inderkalia

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.

Member Avatar for hericles
0
42
Member Avatar for mani508

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 …

Member Avatar for hericles
0
144
Member Avatar for Dimansu

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 …

Member Avatar for Wai Zin Hnin
0
206
Member Avatar for ppstyle

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 …

Member Avatar for atinobrian
0
293
Member Avatar for LMat619

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 …

0
213
Member Avatar for rvntdhillon

**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****

Member Avatar for Kru
0
84
Member Avatar for astian

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, …

Member Avatar for astian
0
107
Member Avatar for nice_candy

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 …

Member Avatar for pritaeas
0
176
Member Avatar for mani508

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.

Member Avatar for pritaeas
0
67
Member Avatar for CriticalError

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 …

Member Avatar for hericles
0
108
Member Avatar for Jigs28

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???

Member Avatar for chunkbar
0
135
Member Avatar for abathurst

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 …

Member Avatar for chunkbar
0
311
Member Avatar for Sadia fatima

what should i write in the body tag so background image does not repeat?? <body background="images/red-and-black-powerpoint-template.jpg">

Member Avatar for sania khan
0
3K
Member Avatar for Duki

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 …

Member Avatar for Oxiegen
0
110
Member Avatar for Oxiegen

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 …

Member Avatar for Oxiegen
0
1K
Member Avatar for sonia sardana

***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) ) …

Member Avatar for lolafuertes
0
171
Member Avatar for Duki

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 …

Member Avatar for Duki
0
144
Member Avatar for Begginnerdev

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 …

Member Avatar for Begginnerdev
0
327

The End.