13,153 Topics

Member Avatar for
Member Avatar for Tariq269

sir i want to get first 10 links of google search page by c# how can i copy top 10 URL of google search in text file using c#

Member Avatar for sakhi kul
0
88
Member Avatar for Tank50

I am using Below SQL commands at Crystal Report as command [CODE]SELECT count(id) FROM Content WHERE CONVERT(varchar(10),ImportDate,101) between '{?Para1}' and '{?Para2}'[/CODE] but its generate message value as '0',But When I run in sql server it give result as 23454.Please Help me Sort this problem Thanks Tank50

Member Avatar for kvprajapati
0
71
Member Avatar for mehrdad_A

Hi! I want to Upload and Attach my SQL server 2005 database and my Asp .net site to server please help me. and my connectionstring setting is in web.config tank you.

Member Avatar for mehrdad_A
0
99
Member Avatar for raj.29588

[b]Split from - [url]http://www.daniweb.com/forums/thread172760.html[/url] [/b] we want the steps to create website. Okay thank you.

Member Avatar for rajendra.parmar
0
74
Member Avatar for itslucky

Dear Friends, I have created a Website in ASP .Net, in which i have use MySQL as database, its just a Contact information and telephone directory database of my friends... Its working Perfect on my Computer, but now i want to put it on the WEB. So please tell me …

Member Avatar for mehrdad_A
0
138
Member Avatar for riahc3

Hey I was wondering how is the easiest way to send a email thru VB .NET 2005. I want to send a email every 5 minutes a certain text (that I have no problem the only problem is how to send the email with the address, server address, user name, …

Member Avatar for kvprajapati
0
41
Member Avatar for sid1

i hv created 3 tables category,author and publisher...n i hve added category,author,publisher items in dropdownlist...n i hv taken lsit box...in which when i select item from dropdownlist i should get the list of items in that particular selected item from dropdownlist..eg...if i select category from dropdownlist i should get the …

Member Avatar for kvprajapati
0
54
Member Avatar for mikecole79

I have a program that I'm working on where the initial form shows up, asks for input, then when you click 'begin' it starts processing. Then I Hide() that form. Later in the program, there's a CAPTCHA that needs to be entered. I have set a second panel in the …

Member Avatar for mikecole79
0
95
Member Avatar for dips255

I'm trying to get CPU usage with PerformanceCounter but getting the following error. Server Error in '/' Application. Access to the registry key 'Global' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error …

0
76
Member Avatar for nandu.raghav

Hello ALL, I am using wizard control in my project. First i am asking the user , how many question should display per page by dropdown list having option like 1,5,10. For this i have to generate the dynamic steps , which are having 1 question per page , if …

Member Avatar for nandu.raghav
0
95
Member Avatar for amit145

hello when i open my website it shows [B][url]www.mywebsite.com/index.html[/url][/B] but i want to open like [B][url]www.mywebsite.com[/url][/B] do not want index.html with the url. please give me the solution how to do it.

Member Avatar for amit145
0
92
Member Avatar for stumbler

Hello, In the tread [url]http://www.daniweb.com/forums/thread122708.html[/url] there is shown how to do this check in .net 3.0 framework. Is there a possibility to do the same in .net 2.0? Thanks for your reply

Member Avatar for stumbler
0
81
Member Avatar for Abhishek_Boga

Hi Sir, Where do I post my queries on Crystal report. I'm confused where do I post. So Im posting my query into this forum. Now my problem is when Im posting the build on LOCAL server the Crystal reports are working fine. But when Im posting it on the …

Member Avatar for Abhishek_Boga
0
183
Member Avatar for shaveta chatak

i got an exception when i run my site....it is usually happens at client side when more than 2 user accesing at the same time. i guess i hav'nt handle this exception properly but have no idea why this error is coming again n again. The Exception is "sys.webforms.pagerequestmanagerservererrorexception 503" …

Member Avatar for shaveta chatak
0
82
Member Avatar for psathish2

dear all .. **default.aspx** <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <br /> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <cc1:AutoCompleteExtender ID="TextBox1_AutoCompleteExtender" runat="server" DelimiterCharacters="1" …

Member Avatar for reach_yousuf
0
88
Member Avatar for Ali.M.Habib

I have nested asp repeaters [CODE] <asp:repeater id="ParentRepeater" runat="server" OnItemDataBound="repMenu1_ItemDataBound"> <itemtemplate> <table> <tr> <td> <asp:CheckBox id="CheckBox1" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"DESCRIPTION") %>' OnCheckedChanged="chkBox_CheckedChanged" > </asp:CheckBox> </td> </tr> <tr> <td> <!-- start child repeater --> <asp:repeater id="childRepeater" runat="server"> <itemtemplate> <TABLE id="Table1" border="0" cellSpacing="0" cellPadding="0" width="1000"> <TR> <TD><%# DataBinder.Eval(Container.DataItem,"Trx") %></TD> <TD><%# DataBinder.Eval(Container.DataItem,"GL") %></TD> <TD><%# …

Member Avatar for mitulmodi.rcc
0
712
Member Avatar for ajitkumar26

HI, I want to have a functionality to send Fax the document from my website developed in asp.net and i also need to have different header and footer for the Fax document.

Member Avatar for mitulmodi.rcc
0
61
Member Avatar for nccsbim071

Hi I have a web page where i need to use some javascript. If i write all the javascripts and jQuery javascripts in the aspx page it works perfect. But when i write all the javascripts in separate file called scripts.js and include scripts.js in the aspx page it doesn't …

Member Avatar for mitulmodi.rcc
0
168
Member Avatar for Pari13

hello sir..... suppose i want to display list of item name at specific portion on webpage(.aspx page) but coding portion is done in aspx.cs file with use of for loop i get Item name into variable from database. now i want to use that varibale to dispaly Item name at …

Member Avatar for kvprajapati
0
5K
Member Avatar for MohitB

Hi, I am working on a project where i need to store data in App_Data, any one can help me to tell how can i do it.

Member Avatar for Sakshi_11
0
198
Member Avatar for kalpa23

i m using sql 2000, vs 2003, asp.net, c# i want to create a serch for my web site i m doing using sql full text serch but the way i know is to show the result in a data grid . but i m looking a way to show …

Member Avatar for kvprajapati
0
106
Member Avatar for jacksonp

Hi, I try to run a simple "Hello World" ASP.NET web site on my system, but te page does not start (it is not accessible via "localhost/virt_dir/default.aspx"). I have reinstalled framework, run the aspnet_regiis.exe -i command, .... I don't know where is the problem ... :S I have been able …

Member Avatar for kvprajapati
0
82
Member Avatar for ravik123

Hi, I am new to asp.net. I have one problem that i want to create calender control just like outlook calender to add note,event. Is it possible in asp.net or there is any redimate templete to integrate with .net Plz Reply

Member Avatar for kvprajapati
0
43
Member Avatar for Michaeloco

Hello, I have been pulling my hair out on different places, trawling the web trying to find the answer to a fairly simple question. I am using the default membership to store my user details. I am trying to retrieve a customerid from a Userdata table in my database so …

Member Avatar for kvprajapati
0
67
Member Avatar for marcoiu

hey guys, Need i little bit of help with it. How do i can select gridview rows using <CTRL> Key + Click? I want the user to click on the GridView row for first row selection and when user press <CTRL> key+Click to select the new clicked row. When the …

Member Avatar for kvprajapati
0
80
Member Avatar for bbxrider

you can see the page under development at [url]http://job1data.com:8098/admin.aspx[/url] at first i had no validationGroup and the validations for add row fields would always fire, so that was no good. so i'm trying to put them in a validation group. you can see from the sample code i put the …

Member Avatar for bbxrider
0
158
Member Avatar for dsit86

Hi everybody, I need to consume a web service through a .net mobile application - i have written both the web service as well as the mobile app. However there is an issue when emulating the system as the .net emulator cannot understand the ''localhost'' url. Is there a solution …

Member Avatar for dsit86
0
108
Member Avatar for srinkhal.halder

suppose that we are creating a asp.net project in a 32 bit machine. now if we want to runn it in a 16 bit computer then what to do?? any idea. plzzz help.

Member Avatar for kvprajapati
0
58
Member Avatar for angelp1000

Dear All, I would like to ask you all about my problem in C# code. I have a default.aspx page that have some button and one Place holder to store usercontrol. For first load place holder is empty, but if i click one of button it will store user control …

Member Avatar for kvprajapati
0
49
Member Avatar for rahuluttekar

i am developing application to capture image from webcam using .net and directshow. i want to capture image when the hardware button available on webcam is pressed.i cant be able to do it using directshow library.Is there any way in directshow to detect webcam hardware button press event so that …

0
91
Member Avatar for LJames

My GridView is quite long and goes off the screen. I want the detailsview to position itself alongside where I click the "Select" button - not at the top or bottom of the gridview - perhaps center screen? Using VB not C# please. Any ideas what to put as the …

Member Avatar for LJames
0
139
Member Avatar for santhoshvkumar

Hi All, For more than two days I m trying this problem. Some one please help me out. My scenario is I want to directly insert data into my table from the input which I get it from text boxes. Here is my code... [code] con = new SqlConnection(); con.ConnectionString …

Member Avatar for asal80
0
109
Member Avatar for ajijacobm

hi,I need help regarding datalist control ie, about deleting,editing,selecting and updating an item in a datalist.I need to learn data binding.Please provide me some code so that i can learn and implement in my project.Anyway thanks in advance.

Member Avatar for mail2saion
0
76
Member Avatar for Srinivasa007

Hi, Can we add the values from the listbox to the AccordionPane. If yes how can we add it. Please tell me Warm regrds Srinivas

0
63
Member Avatar for theAviator

Hi All, I am testing our product(Which is basically a rule engine) web application using WPF controls. For that i require to create Constraint rule and selection rule and following is the tree structure: Workspace->Model-> Folder->Entity and rules. After creating rules we export Model.xml and store it to disk. And …

0
51
Member Avatar for sommerleigh

I am trying to install a new program that requires the .net framework 3.5. I currently have .net framework 1.1 installed on my computer and cannot install any other version (2.0, 3.0 or 3.5). I've tried several times to install one of the other .net framework versions, but have had …

Member Avatar for caperjack
0
178
Member Avatar for Nfurman

Hello. Because my client's table has two rows getting int values as ids from other table to display the string values. Table 1 Table 2 Item: 12 12 = 'Cat' For displaying the values I have created view in DB [CODE] create view ClientsView as select cl.id,cl.Name,cl.Familyname,cl.Position,cl.Email,cl.OfficePhone,cl.Mobile,cl.Website,cl.Comment,cl.[Date],cont.country,cl.Street,cl.City,clgr.[Group] from Clients as …

0
79
Member Avatar for rapture

Does anyone have any suggestions/tips/ideas on the merits of Expression Web? I'm using Visual Studio 2008 but the front end work seems to be lacking. I don't know much about expression web and wondered if anyone used it and if it's worth the money.

Member Avatar for rapture
0
140
Member Avatar for Pari13

Hello all.. thanks for my last forum..for better solution with fast reply.. I have getting problem with display link button on page aspx.cs .. I have requirement as below..... i am trying to display file name with remove link after attached file.I have done code on aspx.cs as below and …

Member Avatar for kvprajapati
0
95
Member Avatar for Kitten84

I'm still new at this.. but I'm trying to create a blog on my website and I'm using blogengine.net. Everything works fine on my local machine but when I upload it to my website I get this error: Configuration Error Description: An error occurred during the processing of a configuration …

Member Avatar for apegram
0
155
Member Avatar for kanuri1

Hallo everyone.. can anyone assist me on how to disable previous date on the asp.net calender. i create this application using microsoft visual web developer 2005 express edition.. the calender i expected is will automatically disabled the previous date. eg. today is 23/3/2010. the calender will disable the all the …

Member Avatar for apegram
0
132
Member Avatar for hrash.patil

Hi friends my self harsh i want to display five question ie online first question on first page then click next button second question on second page and so on when final fifth question will be there it must display all question as well correct answer of that Please help …

Member Avatar for kvprajapati
0
80
Member Avatar for dawsonz

I need to create a program that can read a file a user has selected, i'm trying to use this with the HtmlInputFile in Visual Studio. The file then needs to be read and encoded, i've created a class that deals with the encoding and adds +13 onto each letter …

Member Avatar for kvprajapati
0
72
Member Avatar for vasanth.kanna

Dear All, I have used div like a dialog window for showing confirmation message. when i click a button i visible the div and that show immetiatly but after click on ok button within div does not vanizh immetiatly but the visible false server code is executed immetiatly. but div …

Member Avatar for kvprajapati
0
74
Member Avatar for LaraHK

Hi guys, i am a Management Information System student in my last year and now i am preparing for my graduation project, the programming language i want to use is VB.Net in addition to ADO and ASP.Net and SQL SQL Server, so anybody can suggest me an idea that i …

Member Avatar for Salem
0
49
Member Avatar for Kitten84

I have this website with a login and a password recovery link. When I click the "forgot my password" link it takes me to a page which asks for username and security question answer. When I fill it out and hit submit. I am taken to a page that tells …

Member Avatar for Kitten84
0
241
Member Avatar for buffalo0

Hi, I am using visual stuido 2008 to develop a smart device application for a pocket pc but seem to be having trouble loading an image into a picturebox. The image is stored on the web and becuase I am using the compact framework normal methods arent working. Can someone …

0
67
Member Avatar for sarvanhsr

[code] SqlConnection myConn = new SqlConnection(); myConn.ConnectionString = "Data Source=192.168.15.252;Initial Catalog=TestDB;User ID=sa;Password=Pdindia123;"; myConn.Open(); string strqry = "UPDATE Registration SET Password = ' " + Text2.Text + " ',PhoneNo = ' " + Text3.Text + " ', Email = '" + Text4.Text + "' WHERE (UserName = ' " + Text1.Text …

Member Avatar for kvprajapati
0
89
Member Avatar for Srinivasa007

Hi , Good Morning Happy Sivaratri to all of u guys. Please help me. I'm struck in the program. I have two dropdown listboxes. one is to add the values in the panel and the other is to show the values in the same panel. When I changed the item …

Member Avatar for kvprajapati
0
65
Member Avatar for kvkumar

[B]CON90000027 16/07/2009 109900024 17/07/2009 002440 S KEERTHI EXECUTIVE INFORMATION TECHNOLOGY [/B] 22/07/2009 ho plant 2wheeler 3 test for direct amount1 7.50 21/07/2009 plant ho 2wheeler 6 test for direct amount 15.00 23/07/2009 plant ho 2wheeler 1 test for direct amount2 2.50 ------------- 25.00 ------------- [B]CON90000028 16/07/2009 109900025 17/07/2009 002440 S …

Member Avatar for kvprajapati
0
73

The End.