13,153 Topics

Member Avatar for
Member Avatar for mirzamujib

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 …

0
47
Member Avatar for DavidKroukamp

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 …

Member Avatar for skatamatic
0
253
Member Avatar for nirveshverma

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 …

Member Avatar for AleMonteiro
0
307
Member Avatar for deceivingrakesh

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 …

Member Avatar for websoftcreation
0
108
Member Avatar for albright_family

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

Member Avatar for albright_family
0
401
Member Avatar for MARKAND911

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 …

Member Avatar for tirujogu
0
139
Member Avatar for dhanlak

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

-1
79
Member Avatar for jchoudhury

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 …

Member Avatar for Airshow
0
130
Member Avatar for faisal7777

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 …

Member Avatar for suhaildawood
-1
172
Member Avatar for Shillz

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 …

Member Avatar for Shillz
0
205
Member Avatar for kamilacbe

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 …

Member Avatar for websoftcreation
0
169
Member Avatar for ramugudipati

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 …

0
65
Member Avatar for albana

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 …

0
64
Member Avatar for arifwahab

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 …

Member Avatar for sufyan2011
0
187
Member Avatar for Dumb Fish

Hi, I want to ask how to set the zero value from data grid to this "-" symbol??? anyone can helps? Thanks and regards.

Member Avatar for stbuchok
0
39
Member Avatar for githinjigk

[CODE] <sectionGroup name="YPrisEngine"> <section name="YPrisblogProvider" requirePermission="Yes" type="BlogEngine.Core.Providers.YPrisBlogProviderSection, BlogEngine.Core" allowDefinition="MachineToApplication" restartOnExternalChanges="true"/> </sectionGroup> [/CODE]

Member Avatar for stbuchok
0
31
Member Avatar for nice_candy

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

Member Avatar for AleMonteiro
0
84
Member Avatar for fawadkhalil

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 …

Member Avatar for sufyan2011
-1
78
Member Avatar for binoy.mathew

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 …

Member Avatar for stbuchok
0
150
Member Avatar for shivya jain

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.

Member Avatar for shivya jain
0
97
Member Avatar for dyahalifda

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 …

Member Avatar for dyahalifda
0
160
Member Avatar for idthiru

hi all, could anyone tell the differences between asp.net and the .net framework. hope could get a better solution. thanks.. thiru

Member Avatar for sathishvv
0
686
Member Avatar for ilmkidunya
Member Avatar for hericles
0
113
Member Avatar for Rox Vi

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

Member Avatar for Reverend Jim
0
450
Member Avatar for jamesofknight

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

Member Avatar for sufyan2011
-1
507
Member Avatar for mirzamujib

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 …

Member Avatar for kamilacbe
-1
140
Member Avatar for Manswab

hi friends. i want to give link to a flash file dynamically in asp.net...am taking link from my database..please help me

0
54
Member Avatar for narendrajarad
Member Avatar for bhagyap

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 …

Member Avatar for bhagyap
-1
273
Member Avatar for baladeveloper

The End.