13,153 Topics

Member Avatar for
Member Avatar for Satya Priya

Dear Sir My question is in wed application how can we mention connection string without writing the drive in which database is present.I don't know how i I use web config file to write connection string.Please help.[code]Partial Class supports Inherits System.Web.UI.Page Dim con As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\progr2\App_Data\Database\health.mdb;Persist Security Info=False") Public …

Member Avatar for kvprajapati
0
58
Member Avatar for richamohit

hi there, I have to display some user specific info;so i need to save my login page credentials to show only that user's info.So plz help me as how to store login page info in session variable and how to access that info in some other page in ASP.NET. thnx

Member Avatar for love_dude1984
0
86
Member Avatar for Sickness1

so basically, im still new to this asp.net and i need to take 4 drop down boxes for " best sellers " in the admin panel and update those boxes from the " products " page, how can i go about doing this? if there already a topic for this, …

Member Avatar for love_dude1984
0
74
Member Avatar for requiem2

Hi guys, This is my first post here. Actually wanted to insert record into an sql database (using sql server 2000 and visual studio 2000) I'm using a dataview to see if the user already exists. This, i've been able to retrieve and it works. Now if the user does …

Member Avatar for somit
0
152
Member Avatar for manjunath_praj

How can I add something at page level without inserting into the database. Thanks Manju

Member Avatar for rje7
0
114
Member Avatar for GajananPund

Hello All, I want to retrieve encrypted value from database decrypt that value and again encrypt that value and save into database. above steps should be happen on single button click. Its very Urgent. Thanks.

Member Avatar for GajananPund
0
90
Member Avatar for MatthewKeyzer

Hi. Background : the application i am busy with is a webpage being done in C#, ASP.NET, and SQL server 2005. I have set up a SqlDataSource so that it returns one result. This would be meetingID. The query is set up in a way that the SqlDataSource just returns …

0
43
Member Avatar for sofia_khan

hi, i have a stored procedure named as'usp_rp_era_rejected_claims_detail'. [CODE=sql]ALTER PROCEDURE [dbo].[usp_rp_era_rejected_claims_detail] ( @S_Nos varchar (max)=null, @Practice_Code varchar(500)=null, @Date_From varchar(10)=null, @Date_To varchar(10)=null, @Date_Type char(1)=null, --'E' for Entry Date , 'C' Check Date @Report_Type char(1)=null --'U' unresolved, 'R' resolved ) AS BEGIN DECLARE @SQL Nvarchar(4000);[/CODE] I have an form in asp.net.The form …

0
63
Member Avatar for love_dude1984

hi.. im trying to put my data on a server & work on the same from other machine..im using win2003 as OS of my server & on the other machine's XP is the OS. my problem is, when i try to run my C# applications from the other machines, it …

0
81
Member Avatar for giahmed

Dear All, I am using Listview contro in asp.net and is populated from access database and has four fields, Title Firstname Lastname Email I just want to get email from listview into a textbox, any simple way to do that? I am using c# s a programming language. Thanks in …

0
66
Member Avatar for koduruabhinav40

sir/madam i want to know how internet traffic problem will be solved i.e(at some time if 10 requests came to the website out of them which request will be served first) on what priority requests are served how will they be served. how coding will be done could u pls …

Member Avatar for sknake
0
68
Member Avatar for Tunernetwork

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 …

Member Avatar for sknake
0
145
Member Avatar for ebosysindia

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 …

Member Avatar for boycuoi
0
94
Member Avatar for phoenix_dwarf

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 …

Member Avatar for vuyiswamb
0
2K
Member Avatar for cptsafety

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 …

0
59
Member Avatar for jibhekar

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 …

Member Avatar for mail2saion
0
83
Member Avatar for love_dude1984

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 …

Member Avatar for Seten
0
117
Member Avatar for vudugumahesh

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

Member Avatar for chaitrapc
0
70
Member Avatar for bhushan.patil

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 …

0
41
Member Avatar for Abhishek_Boga

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 …

Member Avatar for kvprajapati
0
58
Member Avatar for gnaneey

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

Member Avatar for kvprajapati
0
90
Member Avatar for ken_bagwell

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 …

Member Avatar for kvprajapati
0
86
Member Avatar for silayse

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 …

Member Avatar for silayse
0
127
Member Avatar for MOSSLover

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 == …

0
72
Member Avatar for Ana D.

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" …

Member Avatar for Ana D.
0
114
Member Avatar for Redrock12

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 …

0
64
Member Avatar for Tess James

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??

Member Avatar for Tess James
0
67
Member Avatar for judge6

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 …

0
68
Member Avatar for shubhranshuaki

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 …

0
62
Member Avatar for mshravs

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 …

0
61
Member Avatar for SQL2009

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 …

Member Avatar for kvprajapati
-1
66
Member Avatar for mshravs

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 …

Member Avatar for mshravs
0
94
Member Avatar for pauldani

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

Member Avatar for kvprajapati
0
135
Member Avatar for farsen

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> …

0
89
Member Avatar for roswell67

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 …

Member Avatar for eliza81
0
1K
Member Avatar for :Francis:

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 …

0
73
Member Avatar for rahuluttekar

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 …

Member Avatar for pauldani
0
101
Member Avatar for priyanka_anand

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 …

Member Avatar for kvprajapati
-1
80
Member Avatar for farsen

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 …

Member Avatar for kvprajapati
0
142
Member Avatar for GradStudent

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 …

Member Avatar for johnthompson
0
120
Member Avatar for ace_almario

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 …

Member Avatar for sknake
0
97
Member Avatar for giahmed

Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and …

Member Avatar for giahmed
0
480
Member Avatar for Deepa

Hello Iam sending mail from web page like, enquiry form mail using asp and asp.net.while send the mail i don't have any error. but the mail does't reach the destination.can some one give me a solution for this problem. ds

Member Avatar for sundar9987
0
897
Member Avatar for nikhil31888

How to run a Asp.net page with database(Sql Server2000) on a browser? for eg: When I run a Asp.Net page involving login on Visual Studio 2005, the user is logged into his account but when I run the same page through a browser, user is unable to login. The error …

Member Avatar for ajijacobm
0
116
Member Avatar for farsen

Hi. First of all, I am new to asp.net development. What i have is, a C# aspx page with, lets say an ordinary button. What i need is, any kind of video player that can, upon click on the button, play/stop a windows media server stream from a url. Where …

0
83
Member Avatar for Nfurman

Hi, I am trying to make some "a la captcha" it must be simple, but not for me. my code is: [CODE] using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page …

Member Avatar for Nfurman
0
169
Member Avatar for todo

I'm having a hard time with implementing SSL on this one particular page that uses asp.net wizard (The entire site does not require SSL, only a couple of pages.) My logic is such that if a page that requires SSL is not secure, redirect it to https version of it. …

Member Avatar for drellim1
0
68
Member Avatar for Voulnet

Hello there fellow users, I have been entrusted with the task of designing and implementing a financial system for a charity foundation where I live. The charity foundation requires its work (addition and retrieval of records, for example) to be done online, using a web app. The app connects to …

Member Avatar for nav33n
0
105
Member Avatar for rajalingam22
Member Avatar for samuel_1991

With regards to another thread, [url]http://www.daniweb.com/forums/thread251069.html[/url] on how to compare the current date to retrieve relevant data (Details there), now I have issue on storing this query result on a VB.net variable. It works in this way. It is an academic work to do a ecommerce website, and I need …

Member Avatar for samuel_1991
0
1K

The End.