13,153 Topics

Member Avatar for
Member Avatar for laghaterohan

Hello, I have prepared a crystal report (asp.net 3.5 / vs 2008) . On my web form i have a textbox which accepts a membership number and a View button. When i enter the membership number and click on view my report should be displayed below on the same page …

Member Avatar for jbisono
0
127
Member Avatar for rcbpro

I want to let others to delete selected row in the following datagrid view, and i have written it like this. Now when i select a row and press the delete button i can remove the selected row but it will not update the database which meant it will not …

Member Avatar for nikita111
0
491
Member Avatar for vinayak.v

hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to …

0
95
Member Avatar for liamzebedee
Member Avatar for jimbennett57

Due to a *quirk* in our domain forest, I need to change how I'm getting a logged on user's group membership. When a user authenticates into this application I need to see if they belong to one of 4 groups. In our test environment I was using: [CODE] ArrayList groups …

0
80
Member Avatar for visweswaran28

Hi, I am creating web application. In that I want to set session timeout (not idle timeout). If a user logged in that time the session time will start and it automatically should detect session timeout the page should redirect to another page. How can I acheive this.

Member Avatar for rohand
0
207
Member Avatar for vinayak.v

hi.. i want to override the connection string of crystal reports.. is there any way that i use the connection string as shared datasource. MY PROBLEM BEGINS: i've 50 reports with the connection string vsspl-005\sqlexoress but i've changed my connection string vsspl-002\sqlexpress. there is only one way that i dont …

0
105
Member Avatar for poojashah623

Hello, I m working on windows application using vb.net 2008. My back end database is in MS Access 2003. If I deploy the project, then where does the access database is to be kept when setup is created..? Pls help me....

0
64
Member Avatar for mogaka

Hi i have developed a vb.net software that runs without installing. the file is .cab file.my intention is to save the software on server so that client machines can create a shortcut and get it run without installing it. But i want it be called from a web form i.e …

0
61
Member Avatar for fawadkhalil

Hey all i have installed vs 2005 on windows 7, it worked fine for few days but suddenly while creating new website project i got error "creation project<projectname>...project creation failed". Also when i try to run existing projects another strange error i encountered was "Unable to connect to vs local …

0
45
Member Avatar for ypdev

Hi, I am trying to connec to .mdb database using web.config but for some reason I receive an error "Path is invalid", can you please tell me what's wrong? **I've tried in so many ways, one of them was comment out.. [CODE] <%@ WebHandler Language="C#" Class="acData" %> using System; using …

0
49
Member Avatar for kinnannawaz

I am planning to build a torrent website using Asp.net Sqlserver 2008 Window server Can i do that? Can microsoft take any legal action against my website for making a torrent webite by using their technologies? or should i use open source technologies like PHP and MYSQL? Thanks I really …

0
43
Member Avatar for denmarkstan

could brothers and sisters welcome me by looking into this longlasted problem: [CODE]"INSERT INTO finaldata (Hall, Bedspace, AmountPaid) SELECT * FROM AllcDataBoys 'WHERE Bedspace ='" + (Bespx.CompareTo(RET) == 0) + "'WHERE RegNumber ='" + txtRegNumber.Text.Trim().ToString(); [/CODE]finaldata table has 7 columns and AllcDataBoys table has 3 columns(which is common on both …

Member Avatar for mono_jit23
0
86
Member Avatar for vinayak.v

Please can anyone help me how to convert number to words in Indian format in Crystal Reports. eg. I want to convert Rs.25,12,545 as Rupees Twenty Five Lakhs Twelve thousand five hundred and fourty five only. The towords function converts into millions and billions and i want the result in …

Member Avatar for mono_jit23
0
64
Member Avatar for jackparsana

hi, how to call code-behind function in java scrip. i am working on asp.net please help me to call the procedure with js. thanks in advance. jack

0
106
Member Avatar for bksharma

I have used three frame set in a page in which middle frame has a menu. <frameset border="0" framespacing="0" frameborder="0" rows="122,26,*" wmode="transparent"> <frame src="../../MasterPageTop.aspx" name="TopFrame" id="TopFrame" marginwidth="0" marginheight="0" noresize scrolling="no" style="z-index:auto; position :absolute "> <frame src="HorizontalFrame.aspx" name="HorizontalFrame" id="HorizontalFrame" marginwidth="0" marginheight="0" noresize scrolling="no" style ="position :absolute;" wmode="transparent"> <frame src="../../ProgramFiles/Menu/WelcomePage/WelcomePage.aspx" name="MainFrame" id="MainFrame" …

0
49
Member Avatar for Pari13

Dear ALL, Please Help. I am not able to replace New line at special character. Code Than i Have done. [CODE] string x=strtext.ToString().Replace(Convert.ToString((char)13),"\\n"); [/CODE] able code will give result as --> \n0 Why 0 at after \n . Please help it's ergent.. Thanks.

Member Avatar for Lusiphur
0
182
Member Avatar for Dhammakirty
Member Avatar for denmarkstan

pls brothers help me out here: [CODE]"INSERT INTO finaldata (Hall, Bedspace, AmountPaid) SELECT * FROM AllcDataBoys 'WHERE Bedspace ='" + (Bespx.CompareTo(RET) == 0) + "'WHERE RegNumber ='" + txtRegNumber.Text.Trim().ToString(); [/CODE] finaldata table has 7 columns and AllcDataBoys table has 3 columns(which is common on both tables). i want to get …

0
66
Member Avatar for jamey8420

I have created a gridview that is populated from a SQL table. The gridview does not autogenerate the fields; all are explicitly defined. [CODE]<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="Hours" style="margin-left: 0px" AllowSorting="true"> <Columns> <asp:TemplateField HeaderText="Send Email"> <ItemTemplate> <asp:CheckBox ID="chkEmail" runat="server" /> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="tkinit" HeaderText="Initials" SortExpression="tkinit" /> <asp:BoundField DataField="tklast_first" HeaderText="Name" …

0
56
Member Avatar for wm811

I've searched as much as I can, for the previous two weeks between projects, and have yet to find a clear answer (I'm still new to C#, so what's clear to most does not apply.) Our website has a member login and then members can update various contact information for …

Member Avatar for jbisono
0
551
Member Avatar for visweswaran28

Hi, I did one web-site in asp.net. I have published and I checked in IIS everything works fine. But When I upload into my web domain. I am getting following error. Error: Section or group name 'system.web.extensions' is already defined. Updates to this may only occur at the configuration level …

Member Avatar for Lusiphur
0
134
Member Avatar for b9678123

Hi, I am developing a very basic application in C# and Asp.Net using New Website-->Asp.Net web site.This is a simple login control application available in Visual Studio. After starting a project, I found folder structure like that Project name "WebSite2" under which I have folders like "Account", "Scripts" and "Styles" …

Member Avatar for G_Waddell
0
265
Member Avatar for vinayak.v

hi.. to all i've connected my crystal report to my database using database experts. now my problem is i want to display the total no of records.. in each page .. i.e in database there are 50 records when i execute.. it takes two page to print.. now in first …

0
106
Member Avatar for Izzy123

Hi, I'm having a question about retrieving data. I'm using VS 2008 and I have to create a new consultation record for a patient and I've already created a database with 3 tables, which are doctor, patient and consultation. I have 10 records saved in consultation table, and I've made …

Member Avatar for ITchimes
0
71
Member Avatar for priyaccs

i want to know how to use richtextbox in asp.net 2.0? any one tell me

0
38
Member Avatar for jackparsana

<asp:Calendar ID="cal" runat="server" NextPrevFormat="FullMonth" OnDayRender="cal_DayRender" OnSelectionChanged="cal_SelectionChanged" CssClass="maincalander" CellSpacing="5"> <SelectedDayStyle CssClass="selectedday" /> <TodayDayStyle BorderColor="Black" BorderWidth="1px" Font-Bold="true" Font-Underline="false" /> <OtherMonthDayStyle ForeColor="#999999" Font-Underline="false" /> <NextPrevStyle CssClass="nextprevstyle" Font-Underline="false" VerticalAlign="Bottom" /> <DayHeaderStyle CssClass="dayheader" /> <TitleStyle BackColor="White" Font-Bold="True" Font-Size="12px" ForeColor="#333399" /> </asp:Calendar> --------css--------- .maincalander { font-family:verdana,tahoma,helvetica ; font-size: 11px; color:Black; text-decoration:none; width:250px; } .selectedday { background-color:Maroon; …

0
211
Member Avatar for a.slaughter

Hi all bit of a two question in one here. firstly im creating a site that is going to be multi language so all copy on the site needs to be changable. to do this ive given each tag on the page and id and runat=server for eg <h1 id="siteH1" …

Member Avatar for a.slaughter
0
111
Member Avatar for herit02

it was regarding in vb.net text operations, i want to replace the text by finding some particular text. but the problem arises when the starting and the at the end delimiter of the string is something same every-time but middle thing keeps on changing so how can i work out …

Member Avatar for GeekByChoiCe
0
128
Member Avatar for ff4930

I am a beginner in ASP.NET, have been reading ASP.NET 3.5 unleashed. I was wondering if there is a site or any cool exercises/projects that is good to do using ASP.NET so I can get more practice. I feel reading is not practical enough and doing the already done examples …

Member Avatar for muthu.guts
0
199

The End.