13,936 Topics

Member Avatar for
Member Avatar for Atheeth

im added columns dynamicaly in Gridview like Gridview .Columns.Add(coumn0); which is in a function. but again i call same function i was getting results but columns numbers are repeating each call. can u help me to solve this problem By Atheeth

Member Avatar for Kusno
0
43
Member Avatar for matale

Hi, I want to put a function (Button maybe) that will enable the site Admin to backup the website database, I have 2 SQLEXPRESS databases, the Default ASPNETDB.mdf and my own WebDB.mdf . I have no idea how to proceed.

0
80
Member Avatar for Atheeth
Member Avatar for Nikunjpatel

I have following query... [code=sql]SELECT * FROM tblAccount WHERE intRegionId in ([@intRegionid]);[/code] if i put hardcoded values like [code=SQL]SELECT * FROM tblAccount WHERE intRegionId in (2,3);[/code] It returns value but if i try to do it with parameterized query such as SELECT * FROM tblAccount WHERE intRegionId in ([@intRegionid]); & …

Member Avatar for sandeepbhutani
0
70
Member Avatar for molivia03

hi there, is there anyone who can give me an idea how to save the document such as word that allow to be save straight away in to the web page without uploading it. for example: right now I have an asp.net page that have a button that will open …

0
55
Member Avatar for lvlacic

From my ASP.NET page, I need to print a Crystal Report to client's printer directly. I'm not using Crystal Report Viewer. I cannot use Crystal's PrintToPrinter method because this runs on Web Server side. How can I do this? Any help would be appriciated. I've seen a bunch of other …

Member Avatar for Kusno
0
780
Member Avatar for pranav_jog

Hi by using the following code i am opening the notepad whenever i run the website from visual studio2008, it's giving me output i.e it open's the notepad , but after publishing the same webiste, & accessing through browser (IE) it opens the notepad, but fails to disaply it on …

Member Avatar for mxdevit
0
195
Member Avatar for anitha joe

Hey all, I posted few days back about displaying all .jpeg files inside a folder in a table...I figured out partially how to do that with JSP..By Partially I mean that I am able to count the number of files inside the folder, and then run a For loop based …

Member Avatar for anitha joe
0
106
Member Avatar for matthewwilkes

Hello All. I am currently working on a project which basically makes splash screens for plasma displays. Details on objects are stored in an Oracle database accessed using ASP.NET and requested using AJAX. I have already got a working version of this project which people are happy with but I …

Member Avatar for matthewwilkes
0
78
Member Avatar for sebastian3

hi everybody, i need to ask here abt a how can i add both numeric paging and prev/next in gridview.

0
70
Member Avatar for Soleybancing

Hi, please i want someone to explain to me how and what I could use to enable searching on my intraweb. Just like google searches the web i want to search my local intraweb base on the user's query. Thanks

0
52
Member Avatar for FaridMasood

Here i am attatching the source code and the excel file. When i use this code it generates the error , "The external table is not in correct format'. Code: [code=asp.net] private string StrConn = ""; OleDbDataAdapter da; DataSet ds = new DataSet(); StrConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filePath + …

0
125
Member Avatar for sebastian3

Hi all, i m using gridview which has checkboxes(select row) and need to hold the values during pagination. I think it is not automatically supported in ASP.NET n so has to be done manually.Can anyone supply me the code or the logic. thnx all.

Member Avatar for Kusno
0
84
Member Avatar for manickamk

Hi, I am an final year IT student. I am interested in developing a web application using ASP.NET for my final year project. So, I want some ideas to develop my project.

Member Avatar for majestic0110
0
69
Member Avatar for Hemant-kumar

Hi How r you all. I want to know how to make the aspx page at the runtime. Currently my requirement is that User enter the Title of the page, description of the page and name of the page via a text box and in return he will get a …

Member Avatar for zarros
0
179
Member Avatar for iamsaurabhverma

I have draw to text boxes and a button on default.aspx page and write these lines on button click event for submit my data but it gives an error message "Operation must use an updateable query" follow the link on line "cmdPerson.ExecuteNonQuery();".............. [code=asp.net]using System; using System.Data; using System.Configuration; using System.Collections; …

Member Avatar for dickersonka
0
94
Member Avatar for Munendra Kumar

In word automation, how ca i retrive and save images from a word file's header section. I can get the counting of header section's images but want to save them or extract them into jpg format onto my harddisk. I m using "Microsoft.Office.Interop.Word" dll. Code is : ------ [code]object oMissing …

0
65
Member Avatar for tmrhymer

Hey all, I am looking for a very flexible document management system, and have come to the point of believing I am either going to have to settle for less functionality than i wanted or do alot of coding. Neither option is very appealing to me. This software is going …

Member Avatar for ithelp
0
223
Member Avatar for br0wn3y3z

My desktop has this message saying warning you're in danger Install Anti spyware or antivirus to remove Along with that I can't access display settings such as desktop and screensaver. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:21:43 AM, on 8/31/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: …

Member Avatar for crunchie
0
111
Member Avatar for loverose420

help me with this problem i i designig a onlin medical encyclopedia, sstruggling with inserting table in a panel at runtime, pls need help, thanking u all in advance , i live daniweb :(

Member Avatar for dickersonka
0
76
Member Avatar for mcarol44

Hi all, I need to create a website that integrates with a map program such as google maps. The criteria will be to add in a few different addresses and then show the shortest route. Has anyone ever done this before. Please let me know. I would like to do …

Member Avatar for brianmaddox
0
100
Member Avatar for trav1514

Hello, I was hoping to find help with creating a dropdown list in a gridview. The gridview is built from a database table. The dropdown needs to display data from another related table. When a user makes a selection from the drop dwon, the change to the data needs to …

Member Avatar for brianmaddox
0
91
Member Avatar for sudhakary_rao

I have a datalist control that is displaying like 10 records using a Sqldatasource field 1, field 2 and field 3 and databinded from sqldatasource and field 4 is a textbox (not binded, the user will enter an info here).the value from field2 and the value i have enter in …

0
78
Member Avatar for MikeGer

The problem I'm having is with visual web development you do not get a index.htm page and my hosting server needs that for it's first page. I've tried using Home.aspx and default.aspx and nothing seems to work. the vendor tells me it needs and index.htm that's it. what do I …

Member Avatar for MikeGer
0
254
Member Avatar for anitha joe

Hey All, I have 5 pictures(.jpeg) inside one folder...How do I make all those images get displayed in my .aspx page(like a thumbnail?)? Can I create objects of Image class inside a for loop and make it display? But in anycase I don't know how to make it display... Should …

Member Avatar for anitha joe
0
89
Member Avatar for RandV80

Hi, I'm a decent programmer but am completely new to the Web Development side of things, and am kind of winging it to build a website. I'm using Visual Studios 2008/ASP.net/C#. So basically, I'm keeping things simple at the moment. I have a master file that contains a 'header', 'content', …

Member Avatar for greeny_1984
0
995
Member Avatar for bmz

hey... i currently making a web application, in VS 2008 - visual web developer 2008, for our final project and it makes use of an ocx which has methods to enable VOIP. What i did, since the control cannot be added to the tool box in order for it to …

0
104
Member Avatar for vuyiswamb

Good Afternoon Guys Let me start here. i have been Builidng Win App and this was an easy task there. Now i have a Page that has a Datagridview and am Displaying this from a DataTable Through a SP like this [CODE] Create Proc [sde].[Check_Active_Valuation]as select LIS_KEY,FUNC_KEY,SUBSTRING(CONVERT(VARCHAR,V2.ADD_DATE,1),1,13)AS [ADD DATE],V2.NEW_IMPROVED_VALUE AS …

0
40
Member Avatar for brightline

I am using Forms authentication in my web site. The user is authenticated via the domain users (Active Directory). I want if the user is logged on his machine on this domain and tried to browse my web site, to be logged in automatically with the account used to log …

Member Avatar for dickersonka
0
83
Member Avatar for wfhuang

I am writing a Webservice in C# . When the Webservice is called ,it will broadcast a message with the windows API,Postmessage . And other Applications can receive this message. developing tool: VS2005. the trouble: when I debug the Webservice, running in VS2005, the message can be post out. but …

Member Avatar for dickersonka
0
91
Member Avatar for OmriN

Hi Everyone, i've got a problem after opening CSV file to the client Side. my application import data from the Client Side to the server, while it running i keep record of errors in DataTable Object and at the end of the process i export this DataTable into a CSV …

0
53
Member Avatar for anitha joe

Hey all, I have 2 .aspx pages..I am trying to pass query strings from one page to another..I am trying to pass 2 variables to the 2nd .aspx page..Is the code below correct? If it's not, can I have the correct code?? It's in C#. Page.Response.Redirect("second.aspx?year="+years+"&role="+ counts); 'years' and 'counts' …

Member Avatar for whatanidea
0
112
Member Avatar for Tank50

Hi In our company there is web site,through that web site we getting reports,currently that report generate in asp page,but i wish to create in crystal reprots.So my question is what is better choice,Crystal reports or asp .What is better in performance(loading the report) Thanks

Member Avatar for dickersonka
0
70
Member Avatar for daveydave999

This should probably be an easy question for most of you. I'm brand new to .net but not to asp. Backend - SQL2000 Language = VB I'm doing your basic Search - View Search Results / use hyperlink to view the details of a single record so that I can …

Member Avatar for SheSaidImaPregy
0
112
Member Avatar for bhavna_816

When I go to the design window and drag some control say label in that, I can't be able to see that. When I switch to Source control, I can the tag like [code] <?xml namespace="" prefix="asp" ?> <asp:Label ID="Label1" runat="server" Text="Label">ABCD</asp:Label> [/code] Also in properties window I can't see …

Member Avatar for dweaver6
0
155
Member Avatar for jado

Ok, on my dads laptop whenever I do a Google search for anything I click on the link to go to that webpage and it redirects me with go.google.com and clickshield.net to a different page in a new tab in Opera. The text of the search results page is also …

Member Avatar for gerbil
0
216
Member Avatar for sebastian3
Member Avatar for sebastian3
0
108
Member Avatar for Athersgeo

I've got a page that should change, depending on which item on the dropdownlist is chosen. Unfortunately, the page seems to be ignoring whatever's selected and just clinging on to the first item on the list. I'm sure I'm missing something blindingly obvious, but any help would be greatly appreciated. …

Member Avatar for Athersgeo
0
143
Member Avatar for preetisingh

There is a big problem for me as I have to handle a project made by an other person and I m not aware of this code.I have two tables in SQL Server 2005 named AudioFileDetails having fields---- FileId int 4, FileName varchar 1000, Subject varchar 500, DistrictId smallint 2 …

Member Avatar for LizR
0
112
Member Avatar for saquib189

Hi, i have a ebook site & in that i put gridview that shows top 10 ebooks category by date in ascending order but in that i want to show how many readers view or read the ebook with approximate time of reading that stored in the user session will …

Member Avatar for greeny_1984
0
71
Member Avatar for ericstenson

Ok, so here is the problem. I googled this and this is a known issue, but I haven't seen any good solutions. Let's say some clicks a button in an Update Panel (VS 2008). Let's say that button results in a Server.Transfer("somepage.aspx"). It doesn't work. Server.Transfer cannot be called from …

Member Avatar for zgar
0
282
Member Avatar for mike7510uk

how can i display the last insert id into a textbox on my web form? here is the code i have so far... [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] Button1_Click([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] Button1.Click [COLOR=#0000ff]Dim[/COLOR] MyConnection [COLOR=#0000ff]As[/COLOR] SqlConnection MyConnection = [COLOR=#0000ff]New[/COLOR] SqlConnection() [COLOR=#008000]'declare new connection object [/COLOR]MyConnection.ConnectionString = [COLOR=#800000]"Data …

Member Avatar for Elmo_loves_you
0
100
Member Avatar for saquib189

Hi, i am using GridView to show user Online in my page and i added some stuff with the help of this code in Page_load. [CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim OnlineUsers As New MembershipUserCollection() Dim AllUsers As New MembershipUserCollection() Dim LastLoginDate …

0
68
Member Avatar for Lokesh.snghl

Hey All, I am trying to take print preview of a document before print it But not suceed in it in asp.net using vb in backend. can any one solve it.its urgent in my project. Document printing is ok only problem in print preview

Member Avatar for dickersonka
0
35
Member Avatar for sbv

hi all how can i sort my grid in 1.0 version? i am binding data on a click event. and after that calling a function that alters the second column for values. for ex. on 1st binding my grid is as follows date status ----------------------------- 01/01/2008 01/02/2008 01/03/2008 and on …

Member Avatar for ruhi
0
256
Member Avatar for sireesha.c

Hi , i am working with slide show extender control in ajax.but i stored binary formate image in data base now i have structed with slide control to retrive image from database.can pls help me regarding this image slide show

0
72
Member Avatar for born2achieve

Dear Freind, using the following code i am embedding the media player in my web page. <OBJECT id=music classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 style="width: 487px; height: 305px"> <PARAM NAME="AutoStart" VALUE="-1"> <PARAM NAME="Balance" VALUE="0"> <PARAM NAME="DisplaySize" VALUE="1"> <PARAM NAME="Filename" VALUE="<%=Variable%>"> <PARAM NAME="Mute" VALUE="0"> <PARAM NAME="SelectionStart" VALUE="-1"> <PARAM NAME="SelectionEnd" VALUE="-1"> <PARAM NAME="ShowControls" VALUE="-1"> <PARAM NAME="ShowAudioControls" VALUE="-1"> …

0
57
Member Avatar for Tank50

Hi Guys I write this problem in under ASP category,but i didnt have any reply,anywya i think coz anyone cant uderstand what iam saying,but today I found that kind of request in another forum.So i write copy it into here. My problem and this one also same .Please help me …

0
57
Member Avatar for bala_259
Member Avatar for greeny_1984
0
56
Member Avatar for balazsgabor

Hi! Please help me because i don't now how i can sellect more items to make something in layout... How is in this tutorial: [url]http://www.asp.net/learn/videos/video-13.aspx[/url] (minute 37)

Member Avatar for Jx_Man
0
66

The End.