13,153 Topics
![]() | |
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 … | |
i want to know how to configure iis in order to access a remote microsoft access database in asp.net.permission how should it be,anonymous iis usrs,... any exact information pls thanks | |
hi; Im using a gridview to display images in 1 of the column...but the size of the images is very small.is there anyway to enlarge the image on mouseover or even without mouseover by adjusting the column width or something.i would prefer doing it by mouseover.can anybody help me...my code … | |
![]() | Hey! i am new in web development and asp.net as well. actually i am a student and want to make social network type website for my institute. Can any body help me by giving me some url about development of social networking. thank you! ![]() |
I m implementing a storage virtualization system over Storage Area Network(SAN). Now I have to develop an application using ASP.NET.first task is to [B]open an FTP page in an HTTP page[/B] which will enable me to work on files and folders using HTTP. FTP server configurations have been done. in … | |
runtime to add the panel in to the formview Itemtemplate.How? | |
i have tobind sql table to dropdownlist using javascript. thanks in advance | |
hi guys, where can we find free pdf tutorial on asp.net 3.5 with mvc and silverlight and also in sql 2005 tnx in advance | |
Hi, I want to know, how database and tables are created when I am pressing createuser wizard in asp.net..Then only I can utilize in my project. Can you tel me | |
how do you measure the size of session in (KB, MB....) how can you say my session object is consuming ? space in (Kb & MB) is there any limit to session size ( Some guy said 2GB :) ) Adapost help..! | |
1.i have one dropdownlist for state names. 2. i have one button named refreshbtn1. i write function onClientClick for this button as function refreshing() { location.reload(); } when i select item from DDL & click button then Page refresh occured SO my problem is.... I NEED same index/Item/value of DDL … | |
I am a graphic designer and I just put a website online for a client. Please be aware I’m a novice in coding so I might have done something wrong and am asking for advise. Check on [url]http://nancyweisser.com[/url] Everything looks fine in firefox but in IE6 movement between pages gives … | |
I have two TextBoxes to determine date selections (from date and to date). I am using Calender and let user select the desired dates. I am using the <Calendar.SelectedDate> method and it works fine. However, is there a way where the user can drag the mouse to the selected TextBox … | |
I am trying to build an SQL query to compare date in my txtDate box to one in access database for my database search-page. I'm clueless as to which is the best method to do this. Obviously just comparing the textbox value doesn't work. This is my current if-function to … | |
We are implementing a storage virtualization system over Storage Area Network(SAN). Now we have to develop an application using ASP.NET.our first task is to open an FTP page in an HTTP page which will enable us to work on files and folders using HTTP. How to configure FTP server in … | |
Hi, I used in-built template, that is createuser wizard. In that, I am creating new user and after that I logged in using that newly created username and password.. No prob it works fine. But I want to know where the data is stored. I have searched in my sql … | |
The plight of 3rd yr training students...........to learn a new language and make a working model in 30days........Pls tell hw to proceed & which language vll b d best?? | |
in global.asax: i given this code [code] public static int count = 0; void Application_Start(object sender, EventArgs e) { // Code that runs on application startup Application["myCount"] = count; } void Session_Start(object sender, EventArgs e) { // Code that runs when a new session is started //count = Convert.ToInt32(Application["myCount"]); count … | |
I have a small problem. I have got a fileupload control inside the update panel. and when i upload a file in it,it doesnt contains the file. if(fileupload1.hasfile) { } this statement doesnt get execution. the condition doesnt satisfies. so i got one solution for it.. Make the fileupload control … | |
I m working with web parts in asp.net and I want to save my personal setting into db(sqlerver) how to use these methods or others which are present in sqlprovider 1) SavePersonalizationBlob 2) LoadPersonalizationBlobs etc Waiting and need help help it humble request | |
Hi there! Here's my situation: Our extranet and intranet servers are separated by a firewall. We do not allow traffic from the internet to hit intranet servers. For applications that need it, we allow traffic between an extranet server and an intranet server over a configured port. Example: We have … | |
i am writing an application on my pc to insert record on a microsoft access database on another pc that has static ip address remotely.i can ping the remote address of the pc that i want to access without problems.the access database is in the folder c:\inetpub\wwwroot\db.mdb. i have the … | |
Hello, I am still pretty new to asp.net. I have a gridview bound to sql data and a footer that displays the summary info(totals of each column). The footer is populated in the Gridview.rowdatabound event. In my Gridview I am using template items with some columns consisting of textboxes to … | |
Hi there, I'm trying to create a regular expression in my ASP.NET (C#) page (using a validator controls). At the moment there are 3 different validators but i would like to try and combine them into one if possible, other-wise 2. Is there any body that knows how this might … | |
hi I have web form in asp.net Now in 1 link i want to generate a report of this form field's, so that it can get print by user. how can i do that? | |
hello All, Good Day to u all. I m new to .net. I just want to implement a stopwatch in asp.net. Can any one help? Thanks in advance. | |
Hi I created the web project using Asp.net.In that web site It read from database and show result in data grid.There is save button using that I can save it into excel file.the problem if I selected data with one month(20010-01-01 to 2010-01-31) ,then there are more data,but in data … | |
To make my site secure, i would like to track the ip address of my members to my transaction page. Is there any possible ways of achieving this? I came across many Javascript IP Address display, however they do not actually track or save the ip addresses. | |
I'm looking for an inexpensive or free class over the internet to help me get started learning ASP.NET. Does anyone have any ideas? | |
I use asp.net with c#.net... My Question is...... I put the fileUplod tool & button to the asp page..at the run time..I was select some file using file Upload & then refresh the page or click the button,fileUploder become empty...how i keep fileUploader value until page submit Please help me |
The End.