13,153 Topics
![]() | |
Hi, I have a treeview control with a sitemap datasource which I use for a menu on a masterpage. All works fine, but I would like to: 1. Have all items collapsed at startup 2. Only expand the node selected and not all nodes when user click on a node … | |
Hi can we pass parameter to trigger??? if yes please give me an example... | |
Hi all I am working on a 2 tier project and need (when the user closes the browser) to figure out a way of removing some .XML files stored in a dir on a server/local drive. any ideas? | |
Hello, I have a database and there are encoded passwords and I know the decoded password;for example pass="test" encodedpassword="574a11a6-ac16-4431-9559-90c959944414 " ,hence I want to find out which validationKey produces this encoded password.How can I figure out validationKey or machineKey??Thanks. | |
i am doing a project in asp.net2.0.i have used oracle8i.i have a taken a gridview.i retreive all data in a gridview using oracle database .but when i want to retreive data using where condition e.g.select * from tablename where tid=?it does not give anything.but when i again configure data it … | |
Hi all how to include more than one class like we include one class as given below public class ClsSection:connection now i want to include one more class how can i do??? | |
Hello All, Does not support loopback URL problem.I m getting the problem whenever I m opening any webpage like [url]http://local[/url] host/3052/service.asmx though I have checkeed the firewalls and proxy settings very well . Kindly Help me. Thanks in advance. | |
Hi Friends, I want to connect my microcontroller based project with GPRS Modem using TCP IP stack to my site (myserver.com), when i use tcplistener and tcpclient on server it gives a security error on port, is there any method to send data to my server using tcpip. I urgently … | |
I have this ASP.NET web page that makes use of the <asp:TextBox> tag and I would like to use it with my codebehind as well as an a small AJAX code. The text box field will be use to edit/enter data into a database. at the same time, I would … | |
Hi i want to insert the email into a table, i pass the parameter to the stored procedure if this email_id doesnt exists in the table only then it should be inserted into the table... how to do this using a stored procedure please help its urgent!!! | |
Over the years, India has become very important to the world. It has emerged as the key location, offering world-class talent. The software designers and developers (read: Rightway solution’s designers and developers) are at par with the best in the world. This core competence is built on back of merit. … | |
Hi - Wondering if anyone has built any .net apps (standard windows, not necessarily web apps) that connect to a Filemaker .dbf database. It doesn't seem to be a standard dbase file. Any help appreciated. | |
I have given a string and asked to write the code with out using any inbuilt functions.below is the description dim str as string="~~~This~~is~~~~the~~~~~Test~~~~~" The tilts are dynamically created and may not be the same everytime, but the output should be as follows str=This~~is~~~~the~~~~~Test we need to remove the tilts … | |
I have been looking all over trying to find a simple example of how this is done... Basically I want to send info from a form to another website API via XML and get the information they send back to me. If anyone has any examples or knows of any … | |
Hello, mighty helpers of Daniweb! We have been running this application for two years and have hundreds of users distributed at many customer sites. Suddenly, in January, one particular user logged in, clicked Ordering and got "Page not found" in the secondary pop-up window. The only workaround was to create … | |
i have a dataset [code] Dim query1 As SqlDataAdapter = New SqlDataAdapter("SELECT * FROM AnswerList WHERE SurveyID=83 AND QuestionNum='" & counter & "'", strConnection) Dim ds As New DataSet query1.Fill(ds)[/code] how can i refer to specific column for example if i want to search for column QuestionNum=1 in table AnswerList … | |
Hi y'all I need to create a user control on a web page and I have no idea whatsoever of how to go about it. The control should consist of a 3 by 3 grid, with each grid cell having its own color, and also the capability of displaying a … | |
I was able to develop a simple user name and password code that would enable users log into my website before viewing the home page.This worked.Now i have tried to apply this code below to ensure that no link when typed into the browser from any of my web page … | |
hello , i am working on application of running an exe on client side i use following javascript for this var theShell = new ActiveXObject("Shell.Application"); var theApp = "C:\\Windows\\Notepad.exe"; theShell.ShellExecute(theApp, "", "", "open", "1"); but when i run the application on any system i got the error message is permission … | |
Hey, I have a this readblog.cs file in projects App_Code folder, and at main folder I have Blog.aspx -> Blog.aspx.cs file. And I have a Table control in Blog.aspx file, called Bloglist, and I am trying to modify it from App_Code/readblog.cs class file and I dont know how to use … | |
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. |
The End.