13,153 Topics

Member Avatar for
Member Avatar for sonny123

ObjectDataSource 'AddressesList' could not find a non-generic method 'DAL.AddressDBAccess.GetAddressList' that has no parameters. this is the error I get after googling lots of perople seem to have this type of error when they are inserting and updating but all im trying to to is bind the object. What am i …

Member Avatar for LastMitch
0
96
Member Avatar for skliz

Well I am new in the asp.et mvc platform. In the course of my reading I discovered that ASP.NET MVC leaves the programmer to do most of the security. so I have decided to start this discussion so that young developers like me can learn from the highly experience people …

Member Avatar for skliz
0
152
Member Avatar for dhimmar

Hello Coders :), feel good when error comes..but when it take lots of time and make me fail to solve,getting eritate mind... SO finaly comming to you guys with one hope that you all will help me to solve this.... I am working on asp(Classic) application ..to converting old classic …

Member Avatar for LastMitch
0
1K
Member Avatar for eduardolucioac

I have a question at least interesting! Gentlemen, it is possible to encapsulate a page "classic asp" inside a page "aspx"? The goal is to receive the output (text) of a legacy "classic asp" and places it inside a page "aspx". In this case (more specifically) I want to get …

Member Avatar for LastMitch
0
469
Member Avatar for erum

Hi to every one .. I have Access database Access 2007 . and i need to connect with ASp.net ..nad i put database in db folder but it gives errors ... if provide Database1.accdb in connection string (following error) Unrecognized database format 'C:\Documents and Settings\erum.mirza\My Documents\Visual Studio 2008\Projects\ajax\ajax\db\Database1.accdb'. if provide …

Member Avatar for stbuchok
0
161
Member Avatar for mr0277

I have a control wrapped in an UpdatePanel that is part of an iframe. The control grows on user's selection and images appear. Correspondingly I have to extend the iframe's height. The problem is I get the iframe's height before appearing images are loaded, hence I get the content cutoff. …

Member Avatar for Troy III
-1
297
Member Avatar for hirenpatel53

Hi all I am Using following Line Of <a href="HostInactivityTest.aspx?HostID={$iHost}&amp;HostNames={$HostName}" Target="_blank" style="font-size:8pt;font-family:Verdana;color:orange;font-weight:bold,text-align:left;"> Problem with this code is it opens new window with IE that is fine for me but newly open window shows URl,MenuBar,BookMarkBar that i dont want show in that child window so Anyone hase idea about this Please …

Member Avatar for scudzilla
0
243
Member Avatar for csss

suggest me a code for transferring file-id present in grid view of one website to another website,when the link button was clicked in that grid view

Member Avatar for LastMitch
0
328
Member Avatar for mr0277

I have a control contained in an iframe on a page of my ASP.NET web application. Control changes its vertical size correspondingly to what user selects on it (some elements get in, others get out). So, I have to set the iframe size precisely to get the whole control shown …

Member Avatar for LastMitch
0
199
Member Avatar for abhinav.singh.7712

Hey Guys, I am developing a website similar to google maps in visual studio 2008 using google maps api. I am passing user input as source,destination and have provided three timestamps in form asp radiobutton list. This is my javascrpit code: function calcRouteA() { var start = document.getElementById('DropDownList1').value; var end …

Member Avatar for hometownnerd
0
224
Member Avatar for korathualex

How to maiantain checkbox state under onclick of javascript...checkbox losing its state under onclick of javascript...Onchange when set works in firefox but not in chrome and IE...Onclick works but checked state gone... Collapse | Copy Code <script type="text/javascript"> function salaryshowhide() { var lfckv = document.getElementById("<%=chksal.ClientID%>").checked; if (lfckv== true) { document.getElementById("<%=txtsal1.ClientID%>").disabled …

Member Avatar for LastMitch
0
238
Member Avatar for nazmule27

**I have a problem in listview to select a specific row. I want to select a row in click event please help.** <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>ListView Showing</title> <link href="CSS/yui/tblstyle.css" rel="stylesheet" type="text/css" /> <script src="js/jquery-1.2.6.min.js" …

Member Avatar for LastMitch
0
117
Member Avatar for jrosh

I use Mvc 4 with razor. I have a View that in back end creates a database entry in Action method. Problem is when i refresh the page (Press F5) the back end method calls again and create duplicate of the database entry. How to stop this? public ActionResult SummaryPage() …

Member Avatar for LastMitch
0
105
Member Avatar for coder91

I've a page that displays various drop down menus, one is process and this controls what is displayed in the second - Activities. There is also a time drop down menu. I now have to have a minimum and maximum time for the activities (maximum and minimum is different for …

Member Avatar for JorgeM
0
232
Member Avatar for GTTravis

Hi Guys, I am attempting to write an application that copies any file from the user's local machine to another server on the same network. The Catch The server that will house the application is separate from the server that will receive the files from the local user's machine. In …

Member Avatar for GTTravis
0
809
Member Avatar for korathualex

How to delete datas form a table with foreign key relation via lInq to sql delete query..I am getting foreign key constraint issue on deletion...

Member Avatar for pritaeas
0
75
Member Avatar for korathualex

How to convert date format to dd/MM/yyyy in Linq to Sql select Query I tried as below: DataTable dt = Common.dc.TblMaintenances.Where(a => a.ContractId == Id && a.IsScheduled == true || a.IsScheduled == false).OrderBy(a => a.ScheduledDate).Select(a => new { a.MaintenanceId, a.MaintenanceDate.ToString("dd.MM.yy"), a.MaintenancePerson,a.Remarks,a.ScheduledDate,a.IsScheduled,a.Cost }).getDataTable(); But didn't work

Member Avatar for pixelsoul
0
1K
Member Avatar for clausont

I have a Gridview that I need to add a button for each row and need to do this programmatically. I am able to add the button, but I am missing something as it is creating a new column and adding the button only in the new column. When the …

Member Avatar for clausont
0
836
Member Avatar for RvSon

HI, I am looking for articles which gives complete information about custom controls and delegate information in asp.net.I have seen many sources but i didn't get proper informations. Please let me know if know any good resources.

Member Avatar for geniusvishal
0
236
Member Avatar for nirav2611

please give me some knowlage about video confrencing ... how can i put it in asp.net web page

Member Avatar for geniusvishal
0
58
Member Avatar for Neethaa

how can i send a bulk message (not mail) to the cell from system using C#?

Member Avatar for pritaeas
0
139
Member Avatar for RvSon

Hi All, We can use Command name and argument for web controls such as imagbutton or button etc.. But Can we use Command name and argument for html tags such as(span,a)? It's urgent. Please put some light on it.. Thanks

Member Avatar for RvSon
0
223
Member Avatar for HunainHafeez

i am providing todo list feature to my users , on my website, users put their task and select time to do it, e.g. Hair cutting, 28-03-2013 06:00 PM now want to send them email or sms as soon clock hits 05:45, so how it would be ? how would …

Member Avatar for JorgeM
0
115
Member Avatar for korathualex

How to make css ! important work in Google chrome...Its working in firefox and IE.. My css as follows: Collapse | Copy Code dxgvControl_Office2003Blue a { color: black; } .lnkjobref { color: Blue !important; text-decoration: underline; } Blue color not coming in chrome alone...

Member Avatar for pixelsoul
0
279
Member Avatar for rrocket

I am trying to verify that the email addresses entered into our site are valid. Basically are they fake addresses or not and if I send them an email there will be an inbox associated with that address. All I keep finding on the web is info for validating with …

Member Avatar for <M/>
0
217
Member Avatar for vihrao

I created a sample wcf REST service in .NET 3.5 vs.net 2008 Defined interface cdservice [ServiceContract] public interface CdService { [OperationContract] [WebGet(UriTemplate = "service/*", ResponseFormat = WebMessageFormat.Xml)] string[] GetConfig(); } Implemented GetConfig in Service1.cs namespace CdService { public class Service1 : CdService { public string[] GetConfig() { string[] services = …

Member Avatar for Ketsuekiame
0
217
Member Avatar for gilbert.jacob1

I'm a .Net Developer and I just want to seek opinions about Avaya IQ Data Export SDK, I'm trying to create a website that will reflect real time data from Avaya and I just want to make sure that Avaya IQ Data Export will help me solve my problem, I …

Member Avatar for gilbert.jacob1
0
122
Member Avatar for micheal.burns1

I want to know how to change paper size to “Roll Paper 80 x 297 mm”. I am trying to print my report in vs 2010 WPF appliation. I tried setting paper size using "System.Drawing.Printing.PageSettings" but its not working. Please let me know if there is any alternate solution to …

Member Avatar for Ketsuekiame
0
79
Member Avatar for korathualex
Member Avatar for akkbkht

Hello. I am going to create a website for a hospital where I will store the following data; * Patients Data * Physicians Data * Medicine Data If I am going perfect then first of all I will have to create a database in SQL Server. Then Tables (Patient, Physicians …

Member Avatar for akkbkht
0
727

The End.