13,153 Topics

Member Avatar for
Member Avatar for ragnarok511

Hi everyone. I am writing a form that is builds an XML file. The form is multiple pages. Whenever I try to go to to the page after the next page, it tells me that it cannot access the XML file because it is in use by another process. It …

Member Avatar for ragnarok511
0
145
Member Avatar for anishps

Hi all, I have an asp wizard with many steps and with a sidebar template . sidebar template is like this <SideBarTemplate > <aspataList ID="SideBarList" runat="server"> <ItemTemplate > <asp:ImageButton AlternateText ="Test" ID="SideBarButton" runat="server" ImageUrl='<%#GetStepImage( (string)Eval("Title") )%>' /> <asp:Label ID="lblStepName" runat="server" Text='<%#GetStepTitle( (string)Eval("Title") )%>'></asp:Label> </ItemTemplate> <SelectedItemTemplate> <asp:ImageButton ID="SideBarButton" runat="server" ImageUrl='<%#GetSelectedStepImage((string)Eval("Ti tle") …

0
28
Member Avatar for manibest

Hi all I am developing a page where user can insert update delete his information. I am doing as follows when user clicks the "Delete" button, a MsgBox pops and asks to confirm the delete process. if (user clicks "yes" in msgbox) system deletes the information. else system does not …

Member Avatar for reach_yousuf
0
107
Member Avatar for vmreddy

Hello Everyone , I am working on [B]vs 2008 RDLC report[/B], i need to use [B][COLOR="Red"]two table which are from a single store-procedure[/COLOR][/B], when i am added a table adapter it is reflecting the first table, so how can i use the second table in the report....

0
84
Member Avatar for Ammarqqq

Hi, I have successfully managed to include them enus on my site. I have included the follwing code in the page load event of Site Master.cs-But there is one problem. Whenever, I Try to perfrom any action in the pages corresponding to the sub menus. new admin is being called …

0
43
Member Avatar for shad

Hi everyone, i am in my third and final year of uni and i was thinking of basing my final year project on online voting/survey, i am not too familiar with the subject i really need ideas on how i can go about designing and building the system. Any help …

Member Avatar for izzatikhalid
0
198
Member Avatar for alsnchns

I am trying to do simple insert, update, delete, select statements within VB .NET to access a MS Access database. I have tried all kinds of solutions offered on the web and while the code seems to work, no rows are inserted. Also, I have tried, unsuccessfully, to use the …

Member Avatar for goldenevil
0
199
Member Avatar for smun04

I have a problem getting the report to do a page break on a multi column report. This is a staff photo report with four columns and should do a page break (not column) on change on the office location - so far I get it to do a column …

0
77
Member Avatar for dimaash

Hi everyone, I have a certain page let's call it main.aspx which hosts multiple usercontrols. One of these usercontrols (Say UC1.ascx) contains another usercontrol (say UC2.ascx). Now the UC2 is a self contained control which does everything by itself. The only thing it needs is some peice of data ( …

0
46
Member Avatar for bubberz

I'm trying to call a linked server, SS2000 that has NText field and instert that data into an nvarchar(120) field on SS2008. If I execute the SPROC from SS Management Studio, it works fine. If I try to call the SPROC from my web application, I don't get any errors, …

Member Avatar for bubberz
0
121
Member Avatar for jamshed ahmed

hellow all i have problem that i have deployed setup for windows application.before instling this application i have to install the .net frame work is there any way in vs 2005 to create such setup when i install my application on any system it shoueld install .net frame too. thx …

Member Avatar for nick.crane
0
96
Member Avatar for zerey02

.I'm trying to upload an ASP.NET project with SQL Server database connection on a LINUX server. is this even possible? because some of my friends told me that i can use a certain application to be able to build ASP.NET on a LINUX base server. .can anyone please direct me …

Member Avatar for finito
0
101
Member Avatar for born star

hello ...........i have question that where to use tostring() function...... like when we write.......... [CODE]Textbox1.Text=dr["ename"].ToString();[/CODE] here dr is the object of data reader and ename is the column name my question is why ToString() was used here..

Member Avatar for localinternet
0
65
Member Avatar for :Francis:

I have been making some changes to an application that uses an ASP.NET Membership services database for authentication. I can access the database locally using windows authentication, and using my SA user. However, after moving the application to the prod. server, I can't access the DB at all. I wrote …

0
191
Member Avatar for wrathyimp

I have a pages table with following columns: DB Table: sno name title url parentPage 1 Reports Reports [url]http://1[/url] 0 2 Reports Local [url]http://2[/url] 1 3 Reports Intl [url]http://3[/url] 1 Now I need to to display the label as Report - Local: So report will be linked to the parentpage …

0
86
Member Avatar for visweswaran28

Hi, I want to redirect from global.aspx to another page. How can I achieve this. I tried with following steps, but no effects on this. 1) Response.Redirect("~/login.aspx") 2) Me.Context.Response.Write("window.parent.location.href='login.aspx';") 3) Context.Response.Redirect((DirectCast(Context.Handler,System.Web.UI.Control)).ResolveUrl("~/logout.aspx"))

Member Avatar for jeffcogswell
0
54
Member Avatar for Dhanesh.M

Hi, Is there any way to NOT let the session expire from the client end. The situation is as follows. We have a aspx page that calls a web service( the login validations are performed by the webservice and a session is establised with the server). Now if the client …

Member Avatar for jeffcogswell
0
83
Member Avatar for AngelicOne

How could I do this? I have a radiobuttonlist with a yes and a no.. Then if click yes, the three textbox that are disabled will be enable..

0
59
Member Avatar for nmges

How do you open a window on the same page? (response.redirect will go to the other page.) Thanks. [CODE] Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged Select Case DropDownList1.Text Case "First Meeting Room" Response.Redirect("http://localhost:52952/RoomSetting/FirstMeetingRoom.aspx", False) Case "Second Meeting Room" Response.Redirect("http://localhost:52952/RoomSetting/MainMenu.aspx", False) End Select End Sub …

Member Avatar for nmges
0
111
Member Avatar for AngelicOne

I have made my three textbox disable in code behind [CODE]if(!ispostback) { textbox1.enabled = false; textbox2.enabled = false; textbox3.enabled = false; }[/CODE] then I have three checkboxes that corresponds with the three textboxes, chkbox1 for txtbox1, chkbox2 for txtbox2 and so on. How to do enable it using javascript? i've …

Member Avatar for AngelicOne
0
109
Member Avatar for kingofnothing

hi every body when i add createuser control show me Configuration Error in line 140 of machine.config code [CODE]Line 138: <membership> Line 139: <providers> [COLOR="Red"][COLOR="Red"][COLOR="Red"]Line 140: <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/> [/COLOR][/COLOR][/COLOR]Line 141: </providers> Line 142: …

0
73
Member Avatar for akil007

Here is code like <asp:repeater Id="Id1" runat="server" onItemCommand="Id1_ItemCommand"> <ItemTemplate> <asp:button Id="button" commandname="botton" /> </ItemTemplate> </asp:repeater> in code protected void Id1_ItemCommand(object sender, RepeaterCommandEventArgs e) { if(e.commandName == "button") { my logic } } This is not worked

0
60
Member Avatar for fayenot

I have a table for projects, it has two fields for [B]project_start[/B] and[B] project_end[/B] both have datetime data type. what should i do so that when the user insert dates on both field it will automatically subtract and place the answer on the [B]duration[/B] field... please help.. oh before i …

Member Avatar for sandeep.pande
0
185
Member Avatar for simrann20
-2
37
Member Avatar for esmail_merchant

In my application I want outlook Inbox open for check mail or send mail. I use this code System.Diagnostics.Process.Start("OUTLOOK.EXE"); AND System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = "OUTLOOK.exe"; proc.Start(); proc.WaitForExit(); BUT using this I can able to open outlook only through my .net browser,But after deployment Same button click Nothing …

0
54
Member Avatar for SENTHILRAJAG

How to Hide the Query String Values from user in asp.net while the page is redirect to another page. any one know that please reply for this

Member Avatar for hirenpatel53
0
103
Member Avatar for jeffreyjs

I am currently trying to store location data into a database and when i display it on a website, the location data is hyperlinked and when i click on it, it will act as a search query to display the location on Google Maps in a iframe. Does anyone know …

Member Avatar for jeffreyjs
0
239
Member Avatar for hirenpatel53

i have following item_command Event of reapeter [CODE] Public Sub Repeater2_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.RepeaterCommandEventArgs) Handles Repeater2.ItemCommand If e.CommandName = "Select" Then Dim btn As Button = e.Item.FindControl("Bottin3") TextBox1.Text = "you have clicked Up button" ElseIf e.CommandName = "Up" Then Dim lnk As LinkButton = e.Item.FindControl("LinkButton2") TextBox1.Text …

0
47
Member Avatar for jcf

Hi, I am creating a program that is connected to a database (Jet. OLEDB). I would like to know how can you search a record in the program. Thanks

Member Avatar for shanwaz
0
306
Member Avatar for pritesh2010

hello experts. as per the my last problem was [URL="http://www.daniweb.com/forums/thread296536.html"]this[/URL] now i'm moing further in this repeater i want button for delete and Update. i had try but didn't work i want the button based on user authentication. for e.g. if user is Emplyee so he/she can edit when they …

Member Avatar for pritesh2010
0
1K

The End.