13,153 Topics
| |
Hello, I made a web application in which I want to show one report. I took report viewer from toolbox and placed on my web form. Its working fine when I'm working in my visual studio (development mode) but when I host or put it in my [url]www.root[/url] folder, it … | |
hi all, I am creating a basic threaded server and chat client... so far everything is going to plan however i am confused as to how i will make two clients(which ever they maybe) connect and send their data to each other. My idea is in the server app i … | |
Hi to All, Actually i am working on social network cum portfolio site, in which one can able to display his/her artwork to the all users. For e.g : Deviantart.com, Shadowness.com, etc. Now i have login system for users as well as profile page for each individual users. But now … | |
Guys , Im creating a small CRM and this is my first time !! and what i have done is i have done some coding in vb and linked it with sql server express in the back-end!!Im new to it and the database is created by me and the webpages … | |
Ok so I am using the default WebApplication in Visual Web Developer 2010, and applied Paladine's example of Simple ASP.Net Login page. And it is working, but only to some extent. I am sure I am just missing something INCREDIBLY simple, but after looking at this code for 2 days, … | |
I am getting this error. But i cant find out the reason why i am getting this error [COLOR="Red"]Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding … | |
Hi, Does anyone know how to sort using linq-entity. i use the following code: from i in objEntities.Items where .... orderby i.Name select i The result is item1,item2,item21, item22, item3. But, i want it to be like item1, item2, item3, item21, item22 Thanks | |
| Sorry for the basic silly question. But I really dont have any idea on solving this. I have ASP controls (One Text Box and One Drop Down List). Now I need to access [B][I]value [/I][/B]property of TextBox as well as [B][I]SelectedIndex[/I][/B] property of dropdown list. This should be as simple … |
Dear All I have created a website in HTML / Front page Now i have pasted the code into ASP.Net I have successfully build the page but my hyperlinks are not functioning now? Kindly help with this problem Moreover,I am in need of a code to function the RecoverPassword Control … | |
I have been trying to send mail through my c# website, but kinda stuck up somewhere and not able to figure out the problem. :-/ M getting SmtpException saying "Failure sending mail". Please help.:icon_confused: [CODE] MailAddress fromAddress = new MailAddress("abc@gmail.com", "n1"); MailAddress toAddress = new MailAddress("xyz@yahoo.co.in", "n2"); const string fromPassword … | |
Hi .. i have a login page which performs some operation and finally when i log-out that page it has close all the session and navigate to the home page , but then when i click back button in IE it should not post back the page again.. thanks in … | |
Hai Everyone In my asp.net application i am creating a user with user name and password, with these username and password i want to create a database user. Example: If i create a user in my application like username: sam password: abc then an account to be created for above … | |
need some help with this, i'm new in WPF, im working in a address book application, i have implemented MVVM ,in the main window i have a list box and three text boxes, also i have and a button which one makes possible to add new items,now i want to … | |
Hi all.. I hope someone here can help me to solve my problem...I try to serach and get the solution from google..but it not help much... when I click button on page..the data will inserted twice in my database... i using select and insert statement in same connection... also have … | |
Hi, I want to ask how to set the zero value from data grid to this "-" symbol??? anyone can helps? Thanks and regards. | |
[CODE] <sectionGroup name="YPrisEngine"> <section name="YPrisblogProvider" requirePermission="Yes" type="BlogEngine.Core.Providers.YPrisBlogProviderSection, BlogEngine.Core" allowDefinition="MachineToApplication" restartOnExternalChanges="true"/> </sectionGroup> [/CODE] | |
hi, i have created a WCF service in .net framwork 4.0 and its client running correctly on ASP.net built in server. but after hosting my service on local machines IIS when i try to access my service the following error appears on the web page Failed to access IIS metabase. … | |
Hi I have a datalist in which i am checking that if product have image then display its image other wise display no image through if condition but its not working. [CODE]<img src='<%# !String.IsNullOrEmpty(Eval("Companylogo").ToString()) ? "../adspictures/no-logo.jpg": "../adspictures/" + Eval("Companylogo") %>'/>[/CODE] It always displays no-logo. Tell me what am i doing … | |
Hi, I am building a Contact Us Email Form. My email sending part is working fine. I just want to confirm one thing with experienced programmers. Once I click the send message button, I am calling a function to send the mail. Then I get the message saying the mail … | |
hi experts, i am new in asp.net even i do not know how can i start a new project. please help me in connection coding with ms access. | |
Hi all, it's me again. Currently I'm developing web-based information system using Microsoft Visual Studio 2010 Professional with VB language. I was doing fine with my work until several days ago. The web pages I've created work normally, but what makes me puzzled is that all user controls in the … | |
hi all, could anyone tell the differences between asp.net and the .net framework. hope could get a better solution. thanks.. thiru | |
I need face book intigration code in asp.net for my website have any one | |
Hi, I am having problem with my coding below when I would like to export the data from GridView to Excel Spreadsheet. Appreciate if you could share your valuable comment. Thanks [B]Error Message =[/B] Class 'System.Web.UI.WebControls.GridView' cannot be indexed becasue it has no default property. [B]Error Line[/B] = xlWorkSheet.Cells(i + … | |
Hey guys, We have a requirement for a one to one chat from one of our clients for a social media kind of project we are doing. The problem is that we need it in quick time so i would rather use an already made component that is out there. … | |
Hello everybody, I want to transfer gridview cells values from one page to another. Here I used query string but to shock its working for some fields and for other fields(gridview cell values) its not working. The page which has gridview I used this syntax: Public ReadOnly Property email() As … | |
hi friends. i want to give link to a flash file dynamically in asp.net...am taking link from my database..please help me | |
Give Me Reply to Develop Faster Loading Sites..:) | |
Hi.. I am populating my gridview as follows:- protected void Button1_Click(object sender, EventArgs e) { string con = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlDataAdapter sda = new SqlDataAdapter("Select * from DropDownFilter", con); sda.Fill(dt); GridView1.DataSource = dt; GridView1.DataBind(); } and then i have checkbox for every row now i want to delete the checked rows … | |
hi.. How to create the sub total in data gridview in asp.net using c# |
The End.