13,153 Topics
| |
Hello Developer, I am having problem to passing parameter from one user control to another user control. I am developing an application that have reusable functionality , so I converted each aspx page into .ascx page(i.e. User control) of my application which is perfactly run in aspx page. But here … | |
Hi.i want to use a ajax updatepanel.on postnack i only want the datalist "dlEvnt" to get refreshed.but thats not happening.can anybody tell me what to do. Here's my code [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="news_evnts.aspx.cs" Inherits="news_evnts" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD … | |
I can't seem to reach/instantiate a web method from a webservice in my asp.net app (VS2005 C#). I have attached this sample asp.net program to the thread. It is a basic web based slide show program which uses a web service as the datasource (VS2005). I don't know if it … | |
Hello All, I am trying to add a clean up code to the global.asax file, when I initially added the code it worked but now its throwing a compilation error for the same. Below is the code which I need to add, I have taken it from Microsoft's website and … | |
I have an ASP.NET gridview where I allow the user to edit a record. I need to validate multiple fields as one. I need to require that the user either enter a first and last name OR a company name. All three cannot be blank. Most of the sample code … | |
I am developing a web application in which the clients wants to generate a pdf of the current page. I google a lot about this but didn't find any suitable solution to the problem. Many dlls and classes are available but no one is working. The main problem is that … | |
Hi, Is there any possible way to unselect a number of radiobuttons grouped in the same groupname? Thank you | |
Hi, I am creating dynamic table in that I want to set wordwrap in HTMLTableCell. How can I achieve. | |
Hi Guys I am trying to use below code to show a save dialog box when a link with .swf file is clicked, But the problem is that its not working. Can anyone share the code to show a save dialoge box when a link is clicked with .swf file … | |
0 I am developing a project using Visual Studio 2008 in C#, I have added the class library within the project and set up the relevant references and used the relevant using statements. It seems to be a problem with just this one folder. can anyone help? this is the … | |
I have tried to create a panel that expands showing a label(in a datalist),essentially something like [url]http://www.pcworld.com/article/197072/40_cool_gadgets_for_a_hot_summer.html[/url] would be great,though if its smaller than the certain size, don't have a show more. I have some slight problems though, I can't seem to generate if the panel should shrink (if label … | |
I am a bit new in asp.net but is there a way that I can display the time my website is downloaded just like Google did? Thanks in advance | |
Is there a way to change the font of the header? That's what I'm really after. I tried this: headerItem.Style["font-family"] = "arial"; and other fonts too, but none of them seem to have any affect on the exported PDF. (Word and excel are fine). | |
I have recently been tasked to do an ASP to ASP.Net conversion for a wrapper application that presents a list of links to a user. Each link opens another application written in a different language (SAS), which streams back HTML code through a broker process to the browser. I've gotten … | |
how we change the font-family in exporting pdf file from radgrid | |
| |
I want to open a Ajax Modal popup when a linkbutton is clicked which is in gridview. please help me. | |
I want to retrieve a single column from a table in a database and then the value retrieved has to be converted to a string!! Please help!!! | |
[CODE] <script language="javascript" type="text/javascript"> function Calcaulate() { if(document.getElementById("drpPhoneList").value=="Home Phone Lite") { var txtRegular= document.getElementById("txtRegularRs").value; document.getElementById("txtTotalRegularRs").value=parseFloat(txtRegular); document.getElementById("TotalRsTaxes").value=parseFloat(txtRegular)+parseFloat(3.63); } </script> <input type="button" value="CALCULATE" onclick="Calcaulate()" class="button" /> <asp:Button ID="btnAdd" runat="server" Text="ADD" OnClientClick="return Validations()" OnClick="btnAdd_Click" class="button"/> [/CODE] as i have two buttons one is html and other is aps.net button what i want to … | |
(VS2008 SP1)building my 1st website but having a problem...need to have the contents of the page to always be centered with respect to the window size, so that is to change to flow layout | |
Can I display formated table in crystal report ?? also I want to take the data of table by using select SQl query that takes data from many tables in database?? please help me? | |
How do i call a vb subroutine from a javascript function? in my code i want to verify if the field is filled or not.if its left black a message pops up but if it is filled it should proceed to submit the form or run the background vb subroutine. … | |
Hello, I want to create an XML file Containing 3 tables say Table 1 : Under this i have one column :Data which has 3 rows of data say 1, 2 ,3. Similarly i want to create more two tables which will have similar structure. All these 3 tables should … | |
Friends I need Interview Question for 2+ years of experience in vb .net and Sql server 2005 | |
how to create thumbnail dynamic image which store in sqlserver2005 databse.. it will be display in datalist component with thumbnail.. i'm using this function for asp.net vb thank for advance best regards hiks | |
I really like your forum here and I just want to know: How to make your home page shows a small part of your post with the title and "read more.." button, so once you click on the "read more.." button you will be taken into page with the entire … | |
how to identify image from folder with javascript .. after identify i want to separate file name . example : 1001-001-Black i want to separate these name to 3 different variable. i'm using asp vb.net to implement. thanks for advance :) | |
I have just started ASP.NET, so I want to know the best books and tutorials online... Please Help ! | |
I have to make a control for my gridview. in edit mode, user can select phase from phase drop down list in phase column. The phase drop down list contain 3 item : definition phase, confirmation phase and delivery phase. Before the phase column, there have a few column. I … | |
I have a problem... My gridview contain many rows of data. Everytime when i clicked edit button, the page will going up. So, i have to scroll down to the data that i want to edit. Everytime i have to do the same way. How to save the state, so … |
The End.