13,153 Topics
![]() | |
Hello Im intrested in making a small online store mockup just to test a bit how it would work. Id like simply a "shopping cart" with a login system where I can add products to the shopping cart and "buy" them. Any guides, tutorials, tips, snippets, etc? Thank you :) | |
HI, I want to add weather forecast update according to my home location in my asp.net website,how can i add this functionality in my website,i'm beginer in web devolopment, plzzzzzz help me. | |
Hi, Recently , I ve' been diggin into one .net bpm application called NetBPM. You may have used it but I found it difficult just to smoothly run on my laptop. My intention is to see its flow and to implement in my new project. As I am completely new … | |
Hi Community, As the Title indicates, I'm having trouble trying to bulk insert records using a GridiView. I have searched for tutorials for a about a few weeks and the simplest one I could find was this: [URL="http://weblogs.asp.net/manojkdotnet/archive/2010/01/26/bulk-insert-using-gridview-and-sql-server-xml.aspx"]http://weblogs.asp.net/manojkdotnet/archive/2010/01/26/bulk-insert-using-gridview-and-sql-server-xml.aspx[/URL]. What I'm trying to achieve is that for every Site Name that … | |
The first paragraph of the code above is the loginview control that resides in my Masterpage. the second paragraph is the login page. where i inserted a login control and writes the code for user authentication the third paragraph is the code that processes the user authentication and the redirection … | |
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index i got this error in my code which is red here this error is generate from last 3 days i can't understand wt happen plz help me. [code] <script runat="server"> /// … | |
Hi, I have a window (Window1) with a ListBox (list1) bound to an xml file and a button that calls another page (Page1). Page1 implements methods to append to or alter the xml file however the control list1 is not recognized on Page1. So far I have referenced Window1 in … | |
hi all, i am doing a website where the client can upload images.. and for storing that images i am using this amazons3. so now i am in a confusion, like how to give path to store in amazons3.. can anyone suggest me.. Thank you. | |
hi this is my code for forget password module..... i dont know why its not working....:(( i have attached the snapshot as well.... plz help me.... error is while updating..... [code] string strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); string str1 = "'"+txt_EmpFP_Uname.Text+"'"; string str2 = "'" + … | |
please give me link for free download visual source safe for Microsof tvisual Studio 2008 | |
Hello To All, Its very very urgent... I want a page in which the daily news should come[B](IN HINDI)[/B] and there are two conditions: 1. On the first page there must be only the headings and a brief introduction about each news[B](ALL IN HINDI)[/B]. 2. Secondly, on clicking on the … | |
Hi I have two windows (Window1 and Window2) and want to set Window1 as the owner of Window2. Furthermore I want the controls on Window1 to be inherited by Window2. For instance I have a listbox list1 on Window1 and I want list1 to be in context even in Window2. … | |
I have used mailing in asp on local host which worked fine but The prob has occurred when i hosted the pages the error message is: Failure sending mail. and the code i am using: [code] Dim message As New MailMessage message.From = New MailAddress("xxx@gmail.com") message.To.Add(New MailAddress("xxx@yahoo.com")) message.Subject = test … | |
Hi all. I have a requirement to collect a bitmap image directly from a given AVI file. Does anyone know of any decent .Net only libraries that by any chance can achieve this? I would like to avoid any COM interops if possible but if you have had experience using … | |
Hi All, I am trying to output an excel workbook that I created else where in the program through a Response.Write() call. The issue I am having is that when I call the Response.Write(); it shows the download dialog for the excel file which it is supposed, but when opened, … | |
Hi, I've started building this wpf app in C# and XAML, but halfway through the coding I realized that it should have been a browser application... :( is there any way to convert it now? I've tried creating a new WPF browser app and then import the xaml and cs … | |
I am developing a school management system. when i click on any page i want to dispaly where the user now? | |
how to connect to The sql server 2005 express edition give me webconfig file with connection string to connect send me the complete file so that i'll try to understand the whole connection to the database thanking u | |
Hi, I'm fairly new to ASP.NET with C# and I have created a GridView with a Checkbox template field which displays files in a directory on the server. I am wanting to use DotNetZip to allow the user to download selected files as a single zip file. Below is the … | |
My form has a RegularExpressionValidator that validates user input in a textbox, lik so: [CODE] <asp:TextBox ID="taSSN" runat="server"></asp:TextBox> <asp:RegularExpressionValidator ID="revSSN" runat="server" ControlToValidate="taSSN" ValidationExpression="^\d{3}-\d{2}-\d{4}$"> Invalid! Remember, you MUST type in the dashes!! </asp:RegularExpressionValidator> [/CODE] Suppose that that the regular expression I want to validate is the standard U.S. Social Security Number … | |
I am filling a dataset from a database. When there are no rows to return it still tells me that the count is 1. I can't figure out what is going wrong. if I look at a visual of the dataset, the row is blank, but the count is 1. … | |
Team - I hope you can give me a hand here. I am working on a shopping cart type site which displays products in a datalist. I need to find a way to add up all the products and place that total in a label outside of the datalist. Also, … | |
I am retired person who volunteers for several youth organizations. I have no IT training. In my capacity as a volunteer I manage a couple of websites using Front Page. Because of some issues with ASP, I am attempting to migrate some work I completed in Front Page to a … | |
i want to add watermark in image.i am using image handler. its not properly working. i want to add watermark at runtime only no need for original image.in my home page i have 25 thumbnail images. when i click any one of the image it goes next page and display … | |
Hi there, I got this annoying problem... I have to create dynamically an image control that has got to be accesses later through javascript. In other words, I got an image that was created in the page code, and using javascript I got to be able to work with it … | |
hi there, i had a question regarding this before as well. i have a datagridview and it has three combo boxes, with one with form name and the other with employee name and the other just a selection. what i want to do is to make the form name combo … | |
developing two pages html in front page n other in asp.net using vs 2005 i want to in html page there is a submit button when i click on it asp.net page will b opened and code written asp.net will b wxwcuted need help | |
Hi, I am using MasterPages with ASP.NET. The main contstruct of my MasterPage is a table providing a header, menu panel, main content and footer. I would like the table to at least fill the whole screen height. I've found (thru Google) a way of determining the screen height. The … | |
Hello, I just started to learning wcf programming, Anyone please advise me,why we are specifically using interfaces | |
Hi, In my application, I am using authentication mode as form and cookieless as UseDeviceProfile. i set in sessionstate cookieless as UseDeviceProfile and timeout="60" in global.asax ,Application_AcquireRequestState method i used to redirect to timeouterror page. if i run my application first time it redirects to timeouterrorpage.but it should go to … | |
Hello everyone :) Please help me in my problem about putting the data from database (MS Access 2003) to a label. What syntax should I use?. I used AccessDataSource for connection and Datagridview for the output.. Thanks! :D Your help will be highly appreciated ;) | |
Hi all, I have a textblock that is bound to an xml document. This displays the innertext of an xml-node element and the width of the textblock is fixed at "auto". The issue is that of the display as the innertext may exceed the width of the textblock and therefore … | |
I creat small program with windows Application ,Iwant to connected to ASP.Net web site some one tell me it is impossibal so I deployment this program I ask if I can connected with Asp.net website?? | |
I needed to use datalist paging for my recent project. I am developing a photo sharing website like Picasa for "mobile phones".. I have named it [B]PicaShare[/B] I searched for a video tutorial on the internet but couldnt find one. So i decided to make one because i think its … | |
I want to display Rows in dynamically using ASP.NET with a condition of: If RowCount=7, then 8th Row should display in 2nd column. Ex: ---------------------------------- Theory Practicals ---------------------------------- AAA GGG AAAAAA GGGGGG ---------------------------------- BBB HHH BBBBBB ---------------------------------- CCC CCCCCC ---------------------------------- DDD DDDDDD ----------------------------------- EEE EEEEEE ----------------------------------- FFF FFFFFF ----------------------------------- | |
I know PHP little but no idea about ASP.NET. But I have few questions regarding ASP, Can anyone use the AJAX code in the ASP code? Suggest for linksys how to use? | |
hi all, I have a problem in applying timer control on asp.net web pages. in my web application i m having assessment pages, where i am retrieving question and answer from database. everything is working fine but i want some kind of restrictions, like Assessment Time(20 Minute) so user can … | |
Hello everyone, I know ASP.NET little but no idea about PHP. i want to use PHP files in ASP.NET..... Can anyone help... Thanks... | |
see the link [url]http://www.thesmartcodes.com/a-simpl...-from-asp-net/[/url] can any one see this and see if it is working if i specify (for example my gmail address and password ,username) in the variable mentioned over there ?? and lastly called sendMail function just | |
This should be an easy one but I am missing something and have been working on this for two days now. I am trying to insert a date/time in a short date format (date/time mm/dd/yyyy) into an access database and I get the "Data type mismatch in criteria expression" every … | |
Hi Friends well i m developing an application into asp.net database is access now i want to show a particular record into 1 textbox names txtbox1 here is code plz give me code that i can show record into textbox [code] Imports System.Data.OleDb Partial Class Default123 Inherits System.Web.UI.Page Protected Sub … | |
hi, i really need your help.. this is my code.. BUT it [B]just show 1 document[/B].. [COLOR="Red"]what should i do to show all of document?[/COLOR] can u correct my code? this is very urgent 4 me.. :'( [code] protected void GridView_Main_DataBind(int NewPageIndex) { string username = HttpContext.Current.User.Identity.Name; id_category = Convert.ToInt32(Request.QueryString[0]); … | |
I want to scan a document from my web application using javascript. How can I do this. | |
[B][I][COLOR="Red"]HI friends, I am using report viewer in my Asp.Net application. In the report viewer loaded, i got export,refresh,paging,search options .But print option is not showed in the report. I set "showPrintButton="True"".And Install ActiveX control also.But again i couldn't get the print icon. I am asking so many forums. But … | |
Hello Developers, [B]How to Retrive values from ObjectDataSoruce at .cs file?[/B] I want to know is there any record in objectdatasource ? will you please proved code to know this thing? Thanks in Advanced.... | |
If I have tow textbox and 2 button first button ok and secon is clear or reset how i can clear the input and input another values?? | |
hi there, i have a code to validate a tel number but the thing is i want it to restrict it for 10 digits. currently i can add any number of digits how can i restrict it to 10 digits the code is below [CODE] public bool ValidateTelNo(string TelNo) { … | |
I want to scrap data from a site. I have successfully scrapped the data on 1st page, but the data id divided into some 10 to 12 pages. How do i scrap data of other pages. The other pages have the same address as the 1st one. I guess it … |
The End.