13,153 Topics
| |
Hey guys, im really on the verge of my seat about my final sem project. I have decided to do a photo uploading site similar to deviantart. I want to add options so that each user will be able to watermark images. I need some ideas guys..My project idea is … | |
Hi, everyone out there I am new to Daniweb but have been reading the forums. I'm glad that I joined. I am in desperate need of help in coding a web page that grabs the name and email address of all the peoples from a database and then when the … | |
Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 … | |
When clicking on the submit button when adding a new service, if errors exist, the focus of the page goes to the top of the screen when the submit button is clicked. The focus should stay in the service details panel so that the user can see the error messages. | |
Hi pple I need help... How to retrieve data from a table in sql server 2005? I used databound for my dropdownlist in my web form. I hope my explanation is clear. Please help...advance thanks.. nandhini | |
hi all, I have to work on 'print' button, when it is clicked data from the database should be printed on an envelop not on a simple paper. Data in the database are Name, Address, Phone number, pincode, city and country name. There may be many ways to print message … | |
Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 … | |
I have coldfusion file that I am calling from my ASP page using the response.redirect() method. Inside my url string, I am passing a variable/value pair as shown below. [code] Response.Redirect("http://www.gpsit.com/tools/glr/index.cfm?acctuid=" + accntData.Uid); [/code] The page that I am calling is: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> … | |
Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 … | |
if anyone knows any answeres please inform me thanks in advance *Can a web service be only developed in asp.ent? *can we use multiple web services from a single application? *Can a web service be used from a windows application? *What do we need to deploy a web service? *What … | |
How can I change the font color of my links when a user moves the mouse pointer over a link in Web Developer? Do I need a CSS to do that? If yes, what should be the content of the CSS? | |
When tabbing, focus should be only within the project create area... currently user is able to tab accross the tree, navigation pane etc., | |
Hi experts, I have a project working on C# and ASP.Net. There's a function for my users to delete a project by the project name, which is the primary key. However, it is not functioning perfectly. When the project name is two word(second word more than 4 characters), it could … | |
Hi, Can Anyone help me for finding the better option for autocomplete Feature of the Textbox. Its Urgent | |
Hi everyone, this is my first post here. I need to be able to display a div overlay on top of different embeded media players such windows media player, quicktime player, divx player. And it needs to work in IE, FireFox, and Safari. Thank you in advance for your help. | |
I'm new to ASP.NET and using Visual Studio 2008 and also have installed IIS. But when I create a website in Visual Studio 2008 I tried to view in browser. When I do this in class I had no problems. But when I'm at home this message came up: Server … | |
can any body tell me about how can create the 3 tier model aplication.how can we create the layers in asp.net? thanks in advance | |
Hi all, just another quick question, I have a browse button that I would like to have open a browse dialog box. Now I have tried using : [CODE]folderBrowserDialog1.ShowDialog();[/CODE] in the event handler of the button but I am missing the using system.windows.forms namespace. so another question can be asked.....how … | |
Hi there, here is my class(that performs an XSLT) [CODE] public void Page_Load(Object sender, EventArgs E) { string xmlPath = Server.MapPath("[COLOR="Red"]Help[/COLOR]"); string xslPath = Server.MapPath(blah blah); XPathDocument doc = new XPathDocument(xmlPath); XslTransform trans= new XslTransform(); trans.Load(xslPath); XmlTextWriter writer = new XmlTextWriter(Response.Output); writer.Formatting = Formatting.Indented; writer.Indentation=4; transform.Transform(doc, null, writer); }[/CODE] So … | |
Hi all I am relatively new to ASP.NET and would appreciate a little help with a problem I am having. I have a "login" page that (upon validation of username/password) loads up another page. Now I have both these pages (I am using c# btw) written, however I cannot find … | |
Which one pours more more a .net developer or a php developer and which is more long lasting. Iam asking this question 2nd time just to be more confident and then go ahead with the suggested one. So pls. pls. give your suggestion. thnx, | |
i'm developing an Accounting Program. You all know about "type of ledger" in Accounting and when i viewed all my ledger in a datagrid, i added the ledger classification. This started confusing me how to coloring the rows which show the ledger different with the row Color which show the … | |
When adding a new shipping option to the service, the add new shipping details panel comes up, but all other panels in the screen are ENABLE. Just the shipping details panel should be ENABLE, all other must be DISABLE, include their menus and buttons. | |
After clicking on the Add New Contact icon, the app takes me to the Add New Contact Panel. If I click on the Cancel button, the application pulls up a message that reads "The data entered will be lost, Continue Y/N". This message should only come up if the user … | |
Here are the examples for the Credit Card Processing for the .Net 2003 & .Net 2005. Both have documentation information too.Please see attachment. | |
I have problem with vista windows. When I publish my sites, there is access deny error in crystal reports pages. I use visual studio 2005, .net2 and sqlserver 2005. I found a line in webconfig (identity impersonate="true")when I set impersonate to false the reports will load but connection to sql … | |
Hi Friends!!! I am devloping webappliatoin in Asp.net and i want to know status of client machine's that whether it is connected with web cam or not.. How would i follow the way in .net.. Youe views and ideas are most welcome.. Hoping for quick replay!! | |
Hi , can any one tell me how to disable the back button in asp.net i have done like this <script > window.onlad = "window.document.forward(1)"; </script> but no use...is there any other way to do this. | |
How can you insert a hyperlink in your site that does not include an underlined text? This is for a basic reason that most of the text of a hyperlink is underlined. How can I get rid of it? |
The End.