1,828 Topics
| |
Hi.. plz.. suggest me online mini project topic based on ASP language.....I am very confuse...plz help me... | |
Hi all, I am trying to compare output from DB The code below works on 1 check, but I require to do this on multiple products like so `if rowProduct("GRPCODE") <> "Cross Hire" or rowProduct("GRPCODE") <> "Boiler Ancillaries" then` etc but the above line does not work as I have … | |
there is a report which am presenting to my web users in an HTML formatted table. i have been using ABCPDF component for exporting this report to pdf. BUT after an update that component work s irregulary. Please suggest any other simple solution for this, i tried referring all method … | |
I am trying to bind the another dropdown list on selected item of dropdown 1. Please give me code, if some one has. **Dropwdown 1:** <select id="lst_consultantcontact" name="lst_consultantcontact" onchange="GetConsultantContactInfo()" > <option >.....</option> </select> ** Javascript Code:** <script language="javascript"> function GetConsultantContactInfo() { var ConsultantId = document.getElementById('lst_consultantcontact').options[document.getElementById('lst_consultantcontact').selectedIndex].value; var hiddenfield = document.getElementById('hidden1'); hiddenfield.value … | |
Suddenly (after no known changes to the page) i see it failing to load in a couple browsers, both of them ones that previously loaded it w/o problems! http://www.kutztown.edu/library/indexoc.asp **Problematic browsers:** || **No problems:** Chrome Canary 41 on a PC || IE 10 on same PC Stock browser on an … | |
is it possible for me to use user-uploaded data ,such as tab delimited data in a text file, only in memory? this is because i dont want to save the files in the server. | |
Any idea of a script that convert excel to asp? thanks | |
Long story short, I inherited an ASP project. I recently was subject to an SQL injection attack. I'm trying to update the search field that allowed the sql attack. I'm no ASP guru at all and would really appreciate any help anyone can give me on how to check the … | |
I'm trying to create an ASP .NET MVC WebSite that allows the user to enter the website without providing any additional information or by specifying an id or a name. Is this possible? How? I've tried the following method but it's not working public void Index() { //... ProcessClient(); } … | |
Hi , can you please help me with an advice. I have a problem with treeview. I want to show in a treeview folders but just some of them. I have several layers of folders. For example Root | =subfolder 1 | = subsubfolder1 | =subsubsubFolder1 | =subsubsubFolder2 | = … | |
Hi, I need month number from string text. ex: from "Aug 2014" , I should get 8, if "Jul 2014" then 7. thanks, | |
Hello, Is there anywhere on the web that offers a good starting place to learn ASP.NET? I am taking a five day course next month and want to get a better understanding and practice before taking the course. Any suggestions would help. Thanks, Connor Singerline | |
I am just amending our old web application. I would likes to include tree structure hierarchy based on user entries in the MySQL database(dynamic view structure). Please, if anybody have ideas, please share with me and thanks in advance. Regards, BIJU | |
hi..can someone help me with this...i just want an application for fixing a table header while scrolling with repeater items (not in gridview). i tested some codes (pure css, js), but i find it hard to match the width of the header to the repeater items. Also, if records are … | |
hi, What is the best way to store and retrieve text-files/images/videos in asp.net web application(local server)? plz provide me some good refrences thank you | |
I have been asked by my work to develop a CMS project in ASP or ASP.net. I have seen there are various open source projects taht will do that, but the server I have to work with isn't exactly new. I have found this page detailing various CMS projects: http://www.asp.net/mvc/open-source … | |
helo friends. i need to deal with more than 10 excel sheets.. so i want to make an desktop application in Visual Studio(c#), which performs as followings..: 1) first user can choose on which file he wants to work on. 2) then retrieving column wise data, and performing many mathematical … | |
Hi all, I have a asp:radiobuttonlist, that the data to create it comes from the Database, one of the option must turn visible, a text box, i have that done in codebehind in .net, but i think its lagging to much. the problem is how can i do thins in … | |
I have a contradiction in creating a website for Job seekers, confusion in choosing the language. I assume here that there would be atleast 100 people access the database at the same time to Create a new account, update their existing account and at the same time some would search … | |
Hy guys, haven't been here for a while, and I m having a problem that I didn't use to have before. When I was uploading via filezilla ftp client program a month ago a asp.net built website I didn't have any problems whatsoever. Now I'm facing problems and always getting … | |
I Have Local Hosted My ASP.Net Website By Following Steps 1. Open Visual Studion and Open Website 2. Go to Build Menu and Publish Website 3. I have Published it To C:\Inetpub\wwwroot 4.I have Created Virtual Directory Targetting Published Folder 5.When I am Trying to Run On Web Browser The … | |
Hi Everyone, I have been asked to write some ASP that will interface with an MS SQL 2008 R2 database; with the intention of simply reading data from several tables (using SELECT). This is meant to be an easy task, however after delving into ASP .NET today I have quickly … | |
Guys, I am trying to learn asp, but I am stuck on this error forever... I managed to display and create new, but I can't delete and update. I was told I had to remove the ' around cid, but it still gave me another erro. can someone please provide … | |
Hi, I just wanna know how to Use Profiles in ASP.NET Thank you in advance! | |
Hi all, My problem is, i have a page that is to be shown in a panel, the result is it shows with master page, how can i show the page without MasterPage. Best Regards | |
HI, I a have inhrited administration of a work database. we currently have the ability to export data to a xls file from a customers table, but i want to add employers information from the employers table i.e employers name, address etc along with each record exported. This section deals … | |
hello, all i have query regarding how to send mail in asp.net using C#.net for that i have use the following code but still not able to send please give me your valuable suggestion [code=C#] System; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Net.Mail; … | |
Hello all, I need help regarding developing an asp.net application to compare images using facial recognition. I mean comparing 2 different images of the same person and returning whether the 2 images are of the same person or not..... I have developed the application which compares the images pixel by … | |
I am going to start a business of business consultant. My target clients would be pan-asia; so, to reach all of those, I need to have a impressive website with lots of designs and pictures. Videos would also be a integral part. I am confused for chosing- PHP or ASP … | |
Hope somebody can help me regarding regular expression. I have a shortcode format "<!--myproductsku-->" in the string, I want to use regular expression to extract myproductsku. And if there is a match replace "<!--myproductsku-->" with "This is my myproductsku.". Rey |
The End.