13,153 Topics
![]() | |
Install iis 7 on your vista os.Open up the iis manager from administrative tools. Right click default web site and choose add new application. Give your application(your site) a name(alias) and point to your physical application folder. open up your web project in visual studio. Right click the web project … | |
Hi All, I have a WCF web service and i also have a desktop application. Now i want these two to communicate between each other. How do I do that? I am completely new, towards this, so please send me a working code if possible or the steps needed to … | |
i have a menu that has product IDs from a data base and I have a price text box that I wana get the price of that product from the data base on the menu change. HOW can i do this ?? plz help me so far this is the … | |
Help me ! How to use templates in a gridview? Pls help with code | |
Hi I am facing an issue regarding ASP.net validators. I have a web page which contains 3 textboxes,one drop down list, one radio button and a button to submit the form.Some times the validators are not fired on submitting the form. I checked the validation group and it is correct. … | |
Hello I had problem I want to delete row from my datatable through asp:linkbutton. How can I do this. I had the following code, but it adds another row to the table protected void delCart(object s, DataTableNewRowEventArgs e) { dt = (DataTable)Session["Cart"]; dt.Rows[e.Item.ItemIndex].Delete(); //dt.Rows(e.Item.ItemIndex).Delete(); int CartItem = (int)Session["cartItem"]; CartItem = … | |
hello! I would like to know the method of preserving the format of text when entering it into the databse, so that the same format is restored when data is retrieved bak from the database. for example if I write hello world [B]good morning[/B] [COLOR="red"]how are you[/COLOR] all the three … | |
Hi all, I am using asp.net with vb.net and creating linkbutton dynamically during run time. I need to add a handler for all these buttons. Plz tell me how to add one event handler for all the link buttons. this is the function i am using Protected Sub linkbutton4_Command(ByVal sender … | |
help me how to add checkbox in gridview in asp.net(by coding) | |
Hi I have created a web page that reads excel file it's working fine in Excel 2003 files, when I am trying to open Excel 2007 it hangs(If I run the page from VS 2005 then it first display 'file conversion Box' and then reading the excel file.if I am … | |
Is there any way to disable saveas option in IE browser I found a site where they disabled saveAs in IE [url]www.totaram.com[/url] how did they actually do that can this be done using javascript...or any other mechanism I want saveas to be disabled when users see my site in IE | |
Hows it going everyone. Im pretty new to Crystal Reports, and I have been trying to create a report. The report that Im creating is loading a dataset and right now I am using 5 tables from it. Its loading the dataset at runtime, and the tables that Im loading … | |
I have a condition for a datagrid (Please view the list.JPG from the attachment) in here you can see a set of data being load from the database. User can perform add, remove , dispose function Here is my condition: Since user allow to add, it also allow to remove … | |
hi guys, im building an e-shop website and i have alot of pages there. Here's how it works... The client will surf the site, choose the product he wishes to buy and checks on a textbox that says "add to cart". now when he chooses all he wants, he then … | |
Hi, I'm not sure which forum to put this in, so I'll take my best guess. I have an ASP.NET page where when an ASP.NET button is clicked, it (among other things) fires a one-line JavaScript to open a pop-up (separate) window that the user can do things within. This … | |
Hi I wasn't sure as to where I need to post XSL related questions..Is there anyone in this group who has expertise with XSL? If anyone can help me out with an XSL related question, that would be great. Ani | |
Hello All, I have few pages which needs to be available only to admin , but there is no authentication mechanism. I need to provide default password to any person who clicks on some links, and there should also be facility to change the password also. Can anyone help me … | |
Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the … | |
:) hai can any body help me in how to convert the Vb.net Code into C#.net code | |
Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect the old site pages to there respective new pages. Ive gone into the web config file and pasted the new Url under the <sendTo> tag but there is a syntax error with the new Url … | |
Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect old site to its coorasponding new pages. Ive tried to make changes in the web config file but it doendt seem to have any effect. The existing web config file goes as follows: <RewriteRule> <LookFor>~/realestate/atlanta/cobb/sattleCreek\.aspx … | |
Hi, I set HtmlEncode="False" and DataFormatString="{0:mm/dd/yyyy}" in boundfield of a gridview but the month became 00 (18/00/2008). After removing {0:mm/dd/yyyy} from DataFormatString, the month appeared again (2008-09-18 12:00:00 AM) of course together with the time portion that I wish to get rid of. Please help. BTW, whart is {0} stands … | |
Hi, I've read some msdn pages about fragment caching etc but I'm still unsure about something. I've created a server custom control that acts on a text field using it's id. So it has TextID property that is defined on the creation of the control. The control also finds the … | |
hi i have gridview with invisible Case_ID DataField when i try to edit any row in gridview it doenot edit if the Case_ID DataField is invisible but it worke well if i make it visible this is the code can some body helpe me please: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="Customer_ID" … | |
Hi, Our development team maintains over 100 VB6 applications and we are looking to convert over to VB.net I am aware that when you run a .Net application over a network a security exception is thrown. Within the Microsoft .NET Framework 2.0 Configuration I changed the permissions to FullTrust in … | |
can anybody tel me how can i generate a chart using ASP.NET.What are possible references i should add. thanks in advance | |
I have been searching for a solution for this, but all the things I've found do not apply to my problem, so I am giving all the details, and please someone help me I am using access database I am using typed datasets as my DAL I am using objectdatasource … | |
how can i restrict the non integers entered on the textbox on the gridview using javascript | |
Hello everyone, I am working on a web using ASP.Net (VB) and Sybase as its back end. I am trying to display data from database to the textbox. Does anyone know, pls help. Here's my code and its not working. pls. pls help. thanks a lot Try conn.Open() cmd = … | |
Hello All! I am a newb in need of some serious help. I am trying to get my website administration setup by using some different source code. I figured out the database issue I posted a couple of days ago. My current website is a ASP.Net 2.0 starter kit in … | |
I'm a newbe at this so started the walkthrough. I'm really confused about one statement [url]http://msdn.microsoft.com/en-us/library/k4cbh4dh.aspx[/url] [quote] [b]Adding and Programming Controls[/b] <snip> [b]To Set Control Properties[/b] <snip> 3. Put the insertion point in a space within the <asp:label> tag, and then press SPACEBAR. A drop-down list appears that displays the … | |
Hi All, I have a serious issue with my website. I am currently trying to implement a new design for my website using ASP.Net and C#. I have a homepage that has a left navigation bar, content place holder and a footer. I have created 3 separate controls for each … | |
I am parsing XML file which contains this tag [COLOR="Green"]<TransferInfo xsi:type="ProductTransfer">[/COLOR] I want to get the [COLOR="green"]xsi:type[/COLOR] value. I am using the dataset to parse the file. The problem is that [COLOR="green"]xsi:type[/COLOR] is not one of the items of the [I]TransferInfo[/I] table. Is it possible to get that value, and … | |
I have an existing connection string in my web.config file. I just added some code from another web developer into my website. Along with that I added a new ObjectDataSource control and configured it to look for the existing ConectionString which IS NOT an OleDbConnection, by using the following code. … | |
hi all, I am new to this ASP.NET web application. I want to capture the screen using the printscreen key and save it.How can i do this using ASP.NET programming? Thanks in advance.... | |
I am using Visual Web Developer Express, 2008, and am attempting to create an Admin section so the site owners can go in and alter their site. However, whenever I go to Website->ASP .Net Configuration to try to open the website administration tool, it tells me: An error was encountered. … | |
Dear friends, thanks in advance for reading this: I wanted to set up membership roles for my application. I am using Visual Studio 2005 Web Development. However, I could not enter into the security tab under ASP.NET Web Site Administration Tool(In a web interface look)... they threw me this: There … | |
Hi All, I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change? :) Please increase my knowledge. | |
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Plz tell me how to solve this.. Am a new to this.. | |
hi i am using fckeditor in asp.net using c# but its return error 404. second problem is that there is a dropdown list box and i have a button on btn javascript open new window and store value in datebase and close form after data enter and i want now … | |
Hi All, I have a datagrid that that get populated from a SQL store procedure and I need to hide the row(s) that are blank. Any idea how I can force the datagrid not to show blank row(s)? Thanks Doc Holiday | |
how can i get a name from database accrding to the letteres entering on the textbox using onkeyup() | |
Hi! I would be grateful be grateful if I get an answer to this problem...... I have 2 dropdownlists, one contains country names and the other contains states' names. Now what I wish to do is that when i select a particular country from the first dropdownlist, its corresponding states … | |
[code] hai friend's i have 1000 and more question's in database ,now i want to select the question's by the amount of 10 at a time ,when i click the next button the another 10 question's are want to show , now the selected questions from database should be in … | |
Hello am looking for someone who can assist me in modifying visual studio job website starter kit to fit the requirements of a project am working on. The modifications will include alterations to the database and inclusion of several features. More details will be given upon getting a response. Or … | |
Hello: I hope I'm in the correct forum for this question: Does anyone know if the .net api for autoCad allow you to work off the internet; or rather, it for developing in client/server environment only. Thanks, Proctor | |
hi, I'm trying to make a AutoCad tool palette with some tools, from VB.Net, i have been roaming through nets for some materials & help, but i coud'nt get atleast one also, so if U know any resource regarding this please forward it to me, thank U in advance, bye...................Prakash.C | |
hi guys, i have recently uploaded my project in school website, in a free host site. but unfortunately, i encountered this error, check this out: [COLOR="Red"]Server Error in '/projecty3' Application.[/COLOR] User does not have permission to perform this action. Description: An unhandled exception occurred during the execution of the current … | |
Hi guys, first of all i would ask all the engineers out there, i really really need this favour. I am building an online shop (DVD's), i have with me the basic page "movies.aspx" which displays the movies in a table with a thumbnail and a small description . there … | |
hi all, how do we display a messagebox in ASP.net. i tried in this way MsgBox("<script language='javascript'>successfully saved</script>") but it displays a error message saying " [B][I]It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly … |
The End.