13,153 Topics

Member Avatar for
Member Avatar for thilinam

HI Could anybody please give me a reference or a description about how to send an Email, using my gmail account, from my asp.net web site. I've tried code in this reference. [url]http://www.aspdotnetfaq.com/Faq/How-to-send-HTML-Email-from-ASP-NET-using-your-Gmail-account.aspx[/url] But its not working. It gives an exception "failure sending mail" Please help me Thank you.

Member Avatar for thilinam
0
196
Member Avatar for RAMAN2233
Member Avatar for kvprajapati
0
42
Member Avatar for CODEADDICT7423

Hello, I'm trying to run a query to populate a gridview control such that the contents of a textbox are used as a selectcommand. My code is as follows: SelectCommand="SELECT [Organization],[Search Word 1] FROM [Main] WHERE [Search Word 1] = <%$ txtSearchWord01.Text %> ORDER BY [Organization]"> I get the following …

Member Avatar for kvprajapati
0
54
Member Avatar for smd5049

So I have a radiobuttonlist that returns a list based on a sql query. The app displays the results from the column named "printer". I am also selecting the column_name "default_printer" Basically what I want is for the selected index of the radiobuttonlist to be where "Default_Printer" = "1". I'm …

Member Avatar for kvprajapati
0
81
Member Avatar for ivicaolic

Hi! I'd like to create a team of 3-5 junior developers that would like to work on small projects. The emphasis is on learning, and luckily making some money out of it. CRITERIA: - Work from home. - Fluent in English. - Some experience in web application programming, using VS.2008 …

Member Avatar for Diamonddrake
-2
94
Member Avatar for blachogi

i have the ComClassSearchCustomers class and interface IComClassSearchCustomersat .net which used to create a tlb file. The class raise an event inside new. After that i have a vb6 form Form1 which catch the event , but it never see the event. Any ideas? Option Strict On Option Explicit On …

0
56
Member Avatar for adil.hafiz652

hi, i am not able to display heirarchical data in my gridview when it is coming from a single table,,,,,,it works fine when i use more than one table....plzzzz its urgent [CODE=C#]using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public …

0
52
Member Avatar for alexymasilamani

Hay Can some one do me favour:'( I need complete code for Check/Uncheck all items in checkboxlist using asp.net in serverside. I kept one checkboxlist and bound data source to it in runtime and using two linkbutton to check or uncheck items in checkboxlist.i need to reterive data from selected …

Member Avatar for shibbard
-1
81
Member Avatar for fawadkhalil

hi i have hundreds of records in my gridview and im showing 10 records per page.... i have upto 5 columns and i want to sort records records how will i do it?

Member Avatar for fawadkhalil
-1
73
Member Avatar for thirumca

How to reduce the image weight using asp.net, without lose of image quality and image pixels. For example i have an image with the size of 4 MB (3024*2045), so how to reduce the image weight ie 4 MB to 1 MB without lose quality in the same pixels ie(3024 …

Member Avatar for thirumca
0
108
Member Avatar for mshravs

i am working on the gridview, the problem, it that when i am executing the form containing the gridview, the problem is that it is not showing the gridview in the webpage. even though i have set the visible property true in the properties, it is not working.plz help me …

Member Avatar for mshravs
0
267
Member Avatar for eimmu

i have made 2 pages....1 for login n next to show after successful login.... on login page i have created a button....in its handler i have created session.... on the load event of next page i m checking for the availibity of the session variable n its value.... its workin …

Member Avatar for kvprajapati
0
107
Member Avatar for ariez88

we are creating an aptitude test software. here is the problem we are encountering.. help wud be appreciated if (RadioButtonList1.SelectedValue == obj[2].ToString() || RadioButtonList11.SelectedValue != "") { int corr_ans = Convert.ToInt32(Session["corr_ans_count"]); corr_ans += 1; Session["corr_ans_count"] = corr_ans; } else { int wrong_ans = Convert.ToInt32(Session["wrong_ans_count"]); wrong_ans += 1; Session["wrong_ans_count"] = wrong_ans; …

Member Avatar for srikanthkadem
0
181
Member Avatar for piapeti

i have an idea to create new pages in asp.net but how to implement it recently i have done file upload task in this . For file upload thw web control is available. i just want is that possible to do if my screen consist of 1 text area and …

Member Avatar for piapeti
0
120
Member Avatar for yara.008

hi i use asp.net with vb.net i do search form i put result in placeholder how i can create dynamic page such that : each page include 4 results only

Member Avatar for srikanthkadem
0
133
Member Avatar for twilitegxa

How can I write an event that does a specified calculation when an option is selected that the submit button is selected? Say I have the following code: [code] <form id="form1" runat="server"> <div> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Go swimming</asp:ListItem> <asp:ListItem>Play sudoku</asp:ListItem> <asp:ListItem>Practice piano</asp:ListItem> <asp:ListItem>Play solitaire</asp:ListItem> </asp:DropDownList> <br /> <br /> <asp:Button …

Member Avatar for srikanthkadem
0
123
Member Avatar for ritu1509

Hi, I am a working in Dot Net technology currently but bcoz of some requirements in Adobe flex, I've to learn that.Is there anybody who knows both Dot net & Adobe Flex , Please guide me how beneficial it is to go into Adobe flex from Dot Net technology. Thanks

0
65
Member Avatar for vuyiswamb

Good Day All I have a ASP.NET app. There is a button one of the pages. I have placed a Break point in the Click event and when i click the Button it does not even go to the Break Point it shows this [IMG]http://www.tiyaneproperties.co.za/SSIS/Strange.jpg[/IMG] Thanks

Member Avatar for shibbard
0
63
Member Avatar for GradStudent

I am trying to develp a webpage that takes in TO and FROM Addres and displays the Google Map as well the directions. I understand JScript helps out with the Google Map display and I played around with the URL google.maps.com to get the directions. Now my issue is I …

Member Avatar for kvprajapati
0
384
Member Avatar for love_dude1984

hi.. im using file upload control to upload some files on my server. but the problem with the same is it uploads the files of specific size only. for ex, if i upload a file in KB's, it works perfectly...but when i try to upload files of more than 1 …

Member Avatar for mail2saion
0
93
Member Avatar for mshravs

i want to start a website, but i don't know how to. can anyone guide me with this process. thanks

Member Avatar for ithelp
0
175
Member Avatar for moorcroft

Hi, I have a solution set up in .Net with a website. Each page is written in aspx and each code behind file are in the format of aspx.cs. For some reason when I build the solution it builds successfully although does not compile these code behind files to a …

Member Avatar for moorcroft
0
603
Member Avatar for Ana D.

Hi, I have a checkbox list with a list of books. Depending on the user, some of these books were already chosen. Let's suppose that I have a list of the following books: Programming ASP.NET Learning ASP.NET Beginning Web Development ASP.NET for Dummies But the books the user A chose …

Member Avatar for alexymasilamani
0
772
Member Avatar for Pankaj18

Hi, I am using below code in asp.net to redirect one page to another page. Response.Redirect("new.aspx"); but i want to redirect in a Htmp page in a particular frame which target name is 'bottom'. If there is any solution so please help me. Thanks ! Pankaj Singh

0
57
Member Avatar for rikb53

i have looked and looked for this and so far all the code i've downloaded simply doesnt work. this code (below) works fine - however it opens up the "save file Dialog" and requires that the user select the path to save the .html file. how can i by-pass that …

Member Avatar for chandru7
0
528
Member Avatar for comp_231

Hi, I have been trying to transfer some data from one page to another but nothing seems to work. Data is not being passed to the next page. Can anyone tell me a reason why this could happen?

Member Avatar for Sals
0
174
Member Avatar for RAMAN2233
Member Avatar for MrExcel

Hi, I export label text inot excel. It works fine but I have some checkbox and textboxs on the lebel. When I export the label text inot excel all the checkbox and textbox also export as it is in the excel. Please help me to export only textboxs value in …

0
43
Member Avatar for CSG-SQU

Hello all. first .. would like to thank those who help me figuring out how to write the right code for Classes in aspx.cs file !! In C# code i wrote a class that has (([B][U]infromation about product[/U][/B])). its name, model, desc, image, quan, price ... etc !! all these …

0
64
Member Avatar for amitverma80

Hi, I am using GZip Compression in my ASP.Net application. All of my web pages inhertits from a BasePage Class. In my BasePage I have implemented Gzip Compression. On Page1.aspx on button click I am using Server.Transfer("Page2.aspx"). But unfortunately instead loading Page2.aspx I am getting this error mesaage : Internet …

Member Avatar for amitverma80
0
120
Member Avatar for a_arunsankar

Is there any possibility to use Silverlight with ASP.Net 2.0? If so, can anyone help me which version of Silverlight can be used with ASP.Net 2.0 and the how to use it?

Member Avatar for catherine sea
0
68
Member Avatar for khess

Today, Tuesday November 10, 2009, [URL="http://www.novell.com"]Novell[/URL] announces a Visual Studio plugin that allows support for non-Microsoft operating systems that use .NET code development on a platform known as [URL="http://go-mono.com"]Mono[/URL] via a new product called [URL="http://go-mono.com/monovs/"]Mono Tools for Visual Studio 1.0[/URL]. This is not a cost free toolset. In fact, it's …

Member Avatar for khess
0
606
Member Avatar for carobee

How to parse an xml from javascript from code beside page? i have tried [code] var xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async = false; xmlDoc.onreadystatechange = Readxml; xmlDoc.load("abc.xml"); [/code] but the error is that the xml is not loaded? i am using visual studio 2008.thnks in advance

Member Avatar for sahmed_12
0
112
Member Avatar for dskumar_85

hai friend's , i am developing one website , in that i placed an image , my question is how to enlarge that image like pop up ??

Member Avatar for Ramesh S
0
84
Member Avatar for Abhishek_Boga

Hii... I'm having 2 .aspx page 1) Detected Vulnerabilities Report 2) Missing Patches Summary Report When I'm clicking on Detected Vulnerabilities Report it is executing fine and after when Im clicking on Missing Patches Summary Report it is also executing fine. For both of this report Im passing 2 parameters, …

Member Avatar for sknake
0
121
Member Avatar for A.Najafi

Hi All, Using Visual studio 2008, I have an application that its data can save to a binary file, using *.SDB extension, Moreover users can open this file from my application. I have 2 questions about this. 1- How can I assign an icon to this saved file with SDB …

Member Avatar for A.Najafi
0
91
Member Avatar for ricksvoid

I have a simple sqlDataSource that populates a GridView control Nothing out of the ordinary here. [CODE] <asp:SqlDataSource ID="personalInfoSource" runat="server" ConnectionString="<%$ appSettings:Maya%>" SelectCommand="SELECT customerID, lname, fname, dateNow FROM dbo.customers ORDER BY lname ASC"> </asp:SqlDataSource> <asp:GridView ID="names" runat="server" Width="280px" DataSourceID="personalInfoSource" AutoGenerateColumns="False" DataKeyNames="customerID" AllowSorting="True"> <RowStyle BackColor="#FFBA00" Font-Names="arial" ForeColor="#26354a" /> <AlternatingRowStyle BackColor="#D3DCE6" Font-Names="arial" …

Member Avatar for Ramesh S
0
236
Member Avatar for brando|away

I'm not sure if this is the right forum, but i always seem to get redirected here with questions regarding .NET Im using Managed C++ and im trying to edit a registry key. [code] using namespace System; using namespace Microsoft::Win32; int main() { RegistryKey^ rk = Registry::CurrentUser; rk->OpenSubKey(L"Software\\Microsoft\\Command Processor", true); …

Member Avatar for brando|away
0
103
Member Avatar for smd5049

will someone please help me with this. It seems simple enough but I'm very new to asp and vb. I have a datagrid and I want to know how to access the values in a specific column. The dg is bound to a sql query. The column returns integer values …

Member Avatar for smd5049
0
139
Member Avatar for irdeveloper

Hi I want stylize web form (form, gridview, button, menu) like windows classic form. Please help me.

0
84
Member Avatar for fawadkhalil

Hi How can i count number of times user viewed a specific page in my application. Also i want to use Session or something else because if a user refreshes that page it should be icremented once. Any ideas how can i do it

Member Avatar for fawadkhalil
0
100
Member Avatar for amirulkhairi

Hi guys I am looking for ways on how to deploy matlab on asp.net. I found a good reference at [url]http://www.mathworks.com/support/tech-notes/1600/1608.html#Section_2[/url]. However, the example shown is too simple and short for newbie like me. Is there any example, step by step guide (with pictures) or videos out there? Appreciate all …

Member Avatar for raveendranath
0
75
Member Avatar for sakhi kul

Hi to all, I have table student in which I inserting first name,middle name, last name in 3 different columns. but when i want to show it in gridview I want to join three columns into only one heading "Name". Is it possible...? or any other way to show it..?

Member Avatar for Kusno
0
109
Member Avatar for sakhi kul

Hi to all, I want to show image in gridview, So generic handler is needed, but when I am adding it using add New Item dialog, It doesn't show generic handler . If I create my own using simple page it gives me error. I am using Visual Web Developer …

Member Avatar for Sals
0
61
Member Avatar for webspy

I'm working on a .NET application that loads web pages using multiple WebBrowser controls. There are several threads and WebBrowser controls involved (this is a server application, and the WebBrowser is required for capturing the rendered image), each thread creating a WebBrowser control and running a message loop for it. …

0
124
Member Avatar for abdelhakeem

Hello ! I'm New to ASP.NET, I want to use it with C++. I installed Microsoft Visual C++ 2008 Express Edition, And installed IIS ,When i've Written my First code to Test, I got this message: [QUOTE]An unhandled exception was generated during the execution of the current web request. Information …

Member Avatar for jbennet
0
218
Member Avatar for pradeep.singh28

I have developed a ASP .net website now I want to enable AJAX for this website , so plz tell me the procedure to Upgrade this Website to AJAX enabled website.

Member Avatar for kvprajapati
0
136
Member Avatar for thirunavukaras

Hai.... "i want used confirm in javascript in code behind" i am used confirm button ,in code behind. if the confirm button worked the function is return the true... else the function return the false.. i want to get true and false value for my further proces.. this my code.. …

Member Avatar for pushkar_it
0
580
Member Avatar for vikasbe

hello, i m using c# and vb both in my web project. it gives error when connectin c# page with database. it is not taking any label taken in c# page. can anyone help me.

Member Avatar for kvprajapati
0
35
Member Avatar for mca.mdebnath

[B][COLOR="Green"]Hope for a fruitful reply....................[/COLOR][/B] Enter a number into a textbox(like 5 or 10 or something like that. Then that number of rows are inserted into the table ..."Master"( id,serial_no,password) . Like if i enter 10 into that textbox and submit then inserted 10 number of rows into a table …

Member Avatar for mail2saion
0
82

The End.