13,153 Topics
| |
I was told to ask my question here, so bare with me as I am new here! C+ code and vbulletin question I hope this is the appropiate place if not I apologize now and move if need be. I need help on this. I am workin on a site … | |
hi I have a checkboxes on my page (.aspx) like checkbox1 - item1 checkbox2 - item2 checkbox3 - item3 etc what i want is that when a user selects certain checkboxes they should be inserted into a table called customer which has fields (customer id and actions) the data should … | |
Hi, it's me agian... I was asked to do reasearch on how to upload a txt file's data into a MS SQL Database (corresponding columns etc.) I've searched a bit on the internet but don't find what i'm looking for... I just want to ask does anyone have an idea … | |
Two questions: I have an Excel file with multiple sheets that I want to display on a normal web form. I have found how to get the connectionString right. Question 1: Does the entire file path need to be in the connection string? I'd like to upload and update the … | |
Hi, i have developed a asp.net project(on visual studio 2005) and created a web setup, this project is running fine while i am running in development enviorment(Visual studio), but after installing the setup ,my installed website is running but it is not able to access sqlServer Database ... what i … | |
hi.. Im trying to install SQL Server 2005 on my server.. but at a certain point it is giving an error which is unknown to me..im attaching a snap of the error.please let me know how to solve this error.. What does that domain account mean??? wher i can create … | |
i am final year student. Now i want to do my academic project. i want to do the project in dotnet. so, please suggest me which site is better to do the project Thanks | |
I am using the menu control in the master page. But in one particular page i am loading large data which are affecting the menu control which is having no relation with that. This problem occurs in IE 7.0 .In IE 6.0 it working fine. So any one having solution … | |
Hi, I've a form called contact form and a Submit button. When the user enters the data and click on submit button the data should generate in excel sheet and email the sheet to a person without opening the sheet. But this has to be done without saving the form … | |
Hi, I am nee bee for this forum. Could some one please provide the solution of "How to give sharing & secirity using thru asp.net code"? -rgds, gnaneey | |
Hello, I have a field in a data table with leading spaces. When I look at the visualizer I can see the spaces, but after I bind the data to a repeater control the spaces have been removed on the web page. Is there anyway to prevent the repeater control … | |
added checkbox on gridview this method: [CODE]<asp:TemplateField> < ItemTemplate> < asp:CheckBox runat="server" ID="CheckBox1" /> </ ItemTemplate> [/CODE] I want to save selected values another table but I did not achive.First I try this code and then I will convert this delete statement to select statement ,it deletes checked value but … | |
Here is my code: package Apache2::AuthGetUser; #authenticates users based on bool value from a asmx webservice use SOAP::Lite; use Data::Dumper; use strict; use warnings; use Apache2::Access(); use Apache2::RequestRec(); use Apache2::Const ':common'; use Apache2::Log; sub handler { my $r = shift; my ($status, $password) = $r->get_basic_auth_pw; return $status unless $status == … | |
Hi, In my page I have a GridView in which I have an Item Template with a label and Edit Template with a DropDownList. Something like this: [CODE]<asp:GridView ID="MyGridView" runat="server" OnPageIndexChanging="MyGridView_PageIndexChanging" DataKeyNames="Id" OnRowEditing="MyGridView_RowEditing"> <Columns> <asp:TemplateField HeaderText="Use" ItemStyle-Width="140px" ItemStyle-HorizontalAlign="Center"> <ItemTemplate> <asp:Label ID="UseLabel" runat="server" Text='<%#Eval("ImageUse")%>' /> </ItemTemplate> <EditItemTemplate> <asp:DropDownList ID="UseDropDownList" runat="server" OnDataBinding="UseDropDownList_DataBinding" … | |
| Hi, I'm using a book to create a shopping site and need to change the following code so that the current dropdown list, of colour options, is replaced by just read only text. I'm a novice and despite best efforts I can't fathom it out. If anyone can change the … |
When viewed in IE8, my web pages have some alignment issues. Even if I give the CSS style property text-align:center, the text is rendered as left aligned in IE8. Any Solutions?? | |
Hi, I need to create a simple page which displays one text box for each column in a database. So the text boxes are generated once it is clear what the columns are in the DB. I then need to access the data inside the textboxes upon form submission. Just … | |
hello Friends... I am trying to send email on button click and i did it sucessfully... but now i am try to autorespond of same mail.. here i will define my problem.. my aspx page code:- [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 … | |
here i'm using crystal reports for passing an integer value and here is the code. [CODE] Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cryRpt As New ReportDocument cryRpt.Load("C:\Documents and Settings\user\My Documents\Visual Studio 2005\WebSites\gatepass\CrystalReport2.rpt") Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As … | |
I am relatively new in the SQL/Web Development field. I have a DB (MS SQL Server 2000) and Web Apllication (.NET Framework 1.1). I would like to modify the seach and copy function in the existing web page. Please find attached the Design View as well as Source code for … | |
after i deployed my site through iis i have a problem with the viewing of the website in the webpage. a following error is occuring when i'm trying to browse the site . and when i'm trying to deploy it in the other system......then it is showing the webpage. Site … | |
Hi to all I am using link button--click on that gridview will show some datas from db. I dont want to load the whole page, how to refresh gridview only. thanks in advance | |
Hi. First of all, I´m new to asp.net. I have this .aspx page in my Visual Studio 2008 web project solution, with a media player control and a button which invokes it and starts playing a file: [CODE] <HTML> <HEAD> <script language="javascript" type="text/javascript" for="Player" event="onclick"> return Player_onclick() </script> </HEAD> <BODY> … | |
Hello, I am having trouble converting my "MySQL" statement to a prepared statement. here is the part of the code that i need help with. How Do I make below statement a prepared statement and can actually read the result afterwards. this way everything works perfectly, except that its not … | |
I have a web application that I upload an image to, the image is subsequently saved to the server's temp folder and displayed via a webhandler on the aspx page. the code for the aspx: [code]<img src="PreviewImageQualityHandler.ashx" alt="Picture not loaded" runat="server" id="imagePreview" />[/code] The code for uploading the picture and … | |
I'm building desktok application in .NET that uses web camera device I'm using DirectShowNet Library . i want to capture the image when user clicks the snapshot button available on webcam.and then dispaly the image in picture box.pls help me out iam stuck with this issue. Do you know how … | |
Hi, I want to run the calculator.exe file from my c# webapp.I did this by using the hyperlink control and the location of the exe is the navigate url and is working nice. But it gives the dialog box telling ,'one or more files can harm your computer ...' since … | |
Hi. First of all, I have done a few C# applications, but are quite new to C# asp.net web applications. What I am trying to receive is a simple Media player control on an aspx page. And furthermore a button, that starts the media player with a videostream url. Thats … | |
I have a Vista Home Basic Edition and I need to complete my School projects that need IIS .. I understand there are not much work -arounds for this issue.. 1) I dnt think i have the Vista Installation CD with me.. 2) Can i upgrade it to Vista Professional … | |
Im new to asp.net c#,please help me. I encountered some errors while running my subfolder on the server which is used as my test folder the errors are:<br/><br/> Configuration Error</br> Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific … |
The End.