13,153 Topics

Member Avatar for
Member Avatar for sbr

hi im new to asp.net...im using gridview hyperlink...my prob is to view the hyperlink value in the next page label box while clicking the hyperlink in gridview...

0
52
Member Avatar for psyb0rg

This has taken many hours of mine. I have to get this .Net app to run on an XP system. Someone seems to have messed up some files so conn.Open() in the C# is causing this error: [CODE]Connection Error:Oracle.DataAccess.Client.OracleException ORA-12170: TNS:Connect timeout occurred at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, …

Member Avatar for debasisdas
0
2K
Member Avatar for Pankaj18

Hi, I am using following code to Highlighting keywords in a text or resume. My code: // al is an Arraylist which have keywrods as .net, java, xml... [code] al = (ArrayList)Session["keyWords"]; for (int i = 0; i < al.Count; i++) { if (s.Contains(al[i].ToString().ToLower()) || s.Contains(al[i].ToString().ToUpper()) || s.Contains(al[i].ToString())) { //s …

Member Avatar for Pankaj18
0
111
Member Avatar for Dhammakirty

Ihave to create application split into BO & UI 1.create a new dll 2.try creating a class that has all properties required for database table(eg-employee table) 3.create strongly typed data table to hold skill. 4.integrate BO & UI(using referrence.)

Member Avatar for kvprajapati
0
68
Member Avatar for ayouya

I am building my first multi tenant application .. have not implemented customization yet (alowing the user to add fields to the tables in the database or even creating new tables ) How do i implement the business logic layer if every user had different fields of the same table …

0
39
Member Avatar for ramsham

Hi I am using C#.net to develop one web site . I want to search facility means if i enter word for search then it must get highlighted on page /text box then if i click(OR move mouse there) on that highlighted word then it shows detail information. Just like …

Member Avatar for ramsham
0
157
Member Avatar for botaxsmaniz

I need help.... i have using gridview in asp.net, but this gridview is too wide and destroy my pages. can u give me solution?

Member Avatar for Sals
0
76
Member Avatar for bhavu4u

Hey!!! Anyone have any idea that can we fire button click event if the button is added in[B] tabpane[/B]l not in panel if have any example or any help would appriciated pls give as soon as possible.

Member Avatar for bhavu4u
0
697
Member Avatar for bhavu4u

hi!!!! i have problem with my dynamic control in tab panel below is my code [CODE]protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { tabcontainer1_ActiveTabChanged(tabcontainer1, null); getcontrol(); } } protected override void LoadViewState(object savedState) { base.LoadViewState(savedState); if (ViewState["controsladded"] == null) getcontrol(); } protected void tabcontainer1_ActiveTabChanged(object sender, EventArgs e) { …

Member Avatar for bhavu4u
0
124
Member Avatar for anansiva

HI, Please can anyone know the advantage and disadvantage of Dot net?.if anyone know,please post the reply immediately.....thanks in advance

Member Avatar for rdhansrihoney
0
167
Member Avatar for sandip vav
Member Avatar for Ramesh S
0
73
Member Avatar for pwk064

I am using access database but I keep getting this error message when I try to delete a record from a gridview. The tables are fine **Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error …

Member Avatar for kvprajapati
0
78
Member Avatar for kaivalPrajapati
Member Avatar for kvprajapati
-1
36
Member Avatar for praveen_dusari

hi all, i am new to asp.net can some one point to correct direction or suggest me..here is my problem i am developing a e commerce site and when ever i bind my data with grid view it is showing all the rows in my database..i want only selected fields …

Member Avatar for kvprajapati
0
74
Member Avatar for reescooper

Hi, I'd like to set up a form similar to one I have seen on the following site: [url]https://www.mysurgerywebsite.co.uk/secure/prescriptions.aspx[/url] I have a basic knowledge of web development (although I did once set up a searchable online database) and would be really grateful for some advice on how to proceed. Regards, …

Member Avatar for kvprajapati
0
98
Member Avatar for Rohith Reddy

Hi, Can any one suggest me a java script to make a master page fit to all scree resolutions. Regards, rohith

Member Avatar for kvprajapati
0
85
Member Avatar for giahmed

Hy Guys, I am having serious problem in uploading database to 123 reg server. I have Windows hosting package which supports ASP.Net andSQl hosting. I have managed to upload website to server and it works fine, the database I have is ASP.Net generated database and I have used Published to …

Member Avatar for giahmed
0
150
Member Avatar for botaxsmaniz

hello all, i need your help in visual studio 2008/asp.net 2008 i have createuserwizard in asp.net, but this template have only standard (username, password, email, etc) can i modify this template? and send data to database best regards, martin

Member Avatar for botaxsmaniz
0
71
Member Avatar for love_dude1984

hi.. im building an app wher i want to retrieve data from PDF which will be questions of some sort...like as follows.. A. Group A A.1 Whats your name? A.1.1 Whats your Middle name? A.1.2 Whats your sur name? The questions could also be like as follows.. A.1.1.2.3 question 1? …

Member Avatar for bhavu4u
0
127
Member Avatar for ALOK.53

hii alll, i am working on very simple gridview control.i m able to edit update n cancel bue AS SOON AS I CLICK ON DELETE :I GOT EXCEPTION AS : Object reference not set to an instance of an object. [CODE]protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e) { GridViewRow row = …

Member Avatar for reach_yousuf
0
145
Member Avatar for Ashu.sharma

[QUOTE=praveenkumarm;960895]Hi, You can do it using javascript and css. Try this code it might help. <head runat="server"> <title>Untitled Page</title> <style type="text/css" runat="server"> .cs { background-color:Window; } .cs1 { background-color:ButtonFace; } </style> <script type="text/javascript"> function mov() { var btnid= document.getElementById('btn1'); btnid.className='cs'; } function mout() { var btnid= document.getElementById('btn1'); btnid.className='cs1'; } </script> …

Member Avatar for kvprajapati
0
64
Member Avatar for qasimidl

I m using sqlserver there is table name of Attendence Columns of Tables are 1)EmpCode int 2)AttendenceDate datetime 3)AttendenceTime Datetime 4)status tinyint Data in table would be like this Code AttendenceDate AttendenceTime status 1001 3/27/2009 3/27/2009 9:05 1 1001 3/27/2009 3/27/2009 7:05 0 1002 3/28/2009 3/27/2009 10:05 1 //user didnot …

Member Avatar for kvprajapati
0
82
Member Avatar for ishan5inku

I am developing a website in ASP.net 3.5 where there is a very big database. I have to show data on one single page dynamically changing from the database and that database will contain data of about 4000 pages having text and images. With formatting tags and lot of tags, …

Member Avatar for kvprajapati
0
103
Member Avatar for Vinurocks
Member Avatar for kvprajapati
0
34
Member Avatar for lagspike

I came across this application called [URL="http://www.eziriz.com/dotnet_reactor.htm"].NET Reactor[/URL] and this text was very interesting, "In combination with the Native EXE File feature and NecroBit, .NET Reactor is able to convert managed methods into REAL x86 native code." I guess it works a bit like a compiler? I tried this with …

0
120
Member Avatar for nchkalyanbabu

hi, What is 3-Tier Architecture and how is it implemented in ASP.NET? Can anybody please make me clear regarding this doubt..?

Member Avatar for dsweb1017
0
146
Member Avatar for elkinsdu

I have an xml document that looks like this: [code] <OUTPUT version="2.0"> <RESPONSE> <LOAN_DATA loan_id="xxxx" loan_number="1111" loan_type="HE" status_code="OK"> <![CDATA[<MORTGAGE_LOAN xmlns="http://www.something.com/CLF" version="1.0"> <APPLICANTS> <APPLICANT is_declined="N" first_name="MARISOL" last_name="TESTCASE" m_initial="L" middle_name="L" ssn="000000001" > </APPLICANT> </APPLICANTS> </MORTGAGE_LOAN>]]> </LOAN_DATA> </RESPONSE> </OUTPUT> [/code] I can successfully read down to the CData section and can even access …

Member Avatar for elkinsdu
0
229
Member Avatar for amalashibu

Hi, language is asp.net i display the data in gridview I done this now i want to add checkbox for each data At the same time i put edit,insert,delete button.. if tht checkbox is in selected stage,when i click the delete button ,tht particular data must be deleted.. Like wise …

Member Avatar for kvprajapati
0
54
Member Avatar for amalashibu

Good mn , I had one dropdownlist & 'add new item'button in firstpage. like that i had a textbox in the second page.. when i click the add button i want to go to the second page..here i type a text in that textbox. now i want to transfer the …

Member Avatar for kvprajapati
0
94
Member Avatar for ritika_khanna

i want to use marquee control in asp.net2005 application.please tell me how to use it?

Member Avatar for adobe71
0
332
Member Avatar for udayasankark

Hai all, My asp textbox is not getting focus when i clicked on the textfiels. plz help me <asp:TextBox ID="qtyTextBox" CssClass="qty1" runat="server" BorderStyle="Groove" Width="21" Height="14" style="margin-top:7px;"></asp:TextBox>

Member Avatar for kvprajapati
0
74
Member Avatar for qasimidl

I have from date and to date need to find no days from javascript?? e.g 30-3-2010 to 2-4-2010 like this

Member Avatar for Ramesh S
0
67
Member Avatar for asp_seetha

Hai, In the below code I am deleting a file from client pc [code]Dim fs fs = Server.CreateObject("Scripting.FileSystemObject") 'If fs.FileExists(upfile.PostedFile.FileName) Then fs.DeleteFile(upfile.PostedFile.FileName) 'End If[/code] In the Web.config file, I have configured the trust level also. : [code=xml]<configuration> <system.web> <identity impersonate='true'/> </system.web> <location allowOverride="true"> <system.web> <trust level="Full" originUrl="" /> </system.web> </location> …

Member Avatar for atiq_bcs
0
1K
Member Avatar for sniigg

Hi, In my application I have <li>s and I am using Jquery to remove a particular <li> The code I am using is [code] $(".close").click( function() { $(this).parent().remove()// Links with the class "close" will close parent return false; } ); [/code] Using this I am successfully able to remove a …

Member Avatar for Airshow
0
2K
Member Avatar for qasimidl

asp.net with C# how to show the message box after saving the data in db(sqlserver) ?? earlier i was using javascript alert like this [code] <pre lang="xml">public static void ShowMessage(string strMessage,Page pgno) { Label lbl = new Label(); lbl.Text = &quot;&lt;script type='text/javascript' language='javascript'&gt;&quot; + Environment.NewLine+ &quot;window.alert('&quot; + strMessage + &quot;');&lt;/script&gt;&quot;; …

Member Avatar for jbisono
0
374
Member Avatar for hery

this is my code:: [code] TextBox[] tbArray = new TextBox[] { TextBox1, TextBox1, TextBox1 }; for (int j = 0; j < tbArray.Length ; j++) { tbArray[j].Visible = true; } [/code] this code is success but only one textbox show not three textbox.. Can any one help me. Thanks

Member Avatar for bhavu4u
0
181
Member Avatar for jellybeannn

Hi, I've got a DropDownList with a list of colours, when one is selected and the "Add to ShoppingCart" button is pressed, all the colours in the DropDownList are duplicated. Can somebody please help. [CODE] // fill the control with data private void PopulateControls(ProductDetails pd) { // display product recommendations …

Member Avatar for bhavu4u
0
120
Member Avatar for judge6

Hi all. I have a web application which upon page load, creates a number of buttons on the page. For each button which is created, i add a handler for the click event. Inside the click event code for the button, i identify the ID of the sender. I then …

Member Avatar for judge6
0
136
Member Avatar for tgreer

I'm having a problem with a dynamic LinkButton. For a result returned from a database query, I create two LinkButtons, dynamically. One is "Update" and the other is "Delete". I store Update or Delete in the .CommandName property. I store the identity value (the primary key) of the database record …

Member Avatar for bhavu4u
0
463
Member Avatar for emilio

hi i'm trying to run an exe file on the client side using the following code: [CODE=javascript]var oShell = new ActiveXObject("Shell.Application"); var prog = "C:\\Program Files\\Microsoft Office\\Office12\\Excel.exe"; oShell.ShellExecute(prog,"","","open","1");[/CODE] when i run the code it fails with "Access denied" error which i cannot resolve. i modified my ie (8) settings to …

Member Avatar for emilio
0
182
Member Avatar for punnoosepj

i have written some code to upload a file in byte[] array i am getting all the values as zero. at the end of the beloww given code. is the due to timing since once i gave a sleeep in between the codes the byte array is working correctly.I have …

Member Avatar for DarveshBadusha
0
86
Member Avatar for lksath

Hi all, I am using object tag to play flv video in my webpage.I want to change param value dynamically so that i can play videos when i click image button. I want to do like the one in youtube but without using database. Please help me to get rid …

Member Avatar for dsweb1017
0
126
Member Avatar for surendra99

please tell me how to enable smart tags to standard controls those are not appearing .... how to attach ajax extender toolkit controls to standard controls... pl help me.........

0
59
Member Avatar for PierlucSS

Is there a way I can know what is the Url I am currently browsing? If I would use that command or script it on this page it would return me: [url]http://www.daniweb.com/forums[/url] And if I would be testing on localhost or on some acceptance server, it would return me [url]http://localhost:1996/forums[/url] …

Member Avatar for PierlucSS
0
96
Member Avatar for amitshrivas

Hello to all..plz help me in this plzzzzzzzzzzzzz i want to view/download a files from production server and after downloading i want to delete the same file from 2 places i.e from (database and one Uploaded folder in server). i have 2 quries: 1: View Only ? i have this …

0
92
Member Avatar for Dimansu

Hi, I am using RDLC for my reports. I have a report to show the profile of a person.This report may get printed in more than 1 page.I want to show the name of the person in every printed page at the top of the page.Currently I have a textbox …

Member Avatar for Excalibur69
0
136
Member Avatar for kanuri1

I'm retrieving immediate next record from database table using empcd(employeecode) [for which code is given below]. I wanna retrieve "next record" details from SQL SERVER 2005 with a Button Click Event but not using "EMPLOYEE ID". (SqlClient.SqlConnection) i want to access database table nextrecord directly using either query or Logic. …

Member Avatar for reach_yousuf
0
102
Member Avatar for udayasankark

Hai all, I have Logni page(its an content page). my master page have textbox and a button for search. but i didn't have any default button in master page. but still when i hit enter key in login page my search start displaying results. i'm using asp:login control for login …

0
84
Member Avatar for khan17

hi, im in a project of automating a process. for which i ve to search for a paticular word in an asp.net website and then i ve to click the button in the same row to download a file. i ve to automate this process. when i saw the view …

0
76
Member Avatar for dilake

Hi Am not getting SelectionBullet property for richTextBox using wpf c#? Regards Dilake

Member Avatar for dilake
0
76

The End.