13,153 Topics

Member Avatar for
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
961
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
102
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
38
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
81
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
89
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
51
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
109
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
69
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
108
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
151
Member Avatar for sebastian3
Member Avatar for sebastian3
0
105
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
137
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
68
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
266
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
94
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
66
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
32
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
238
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
70
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
53
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
53
Member Avatar for bala_259
Member Avatar for greeny_1984
0
53
Member Avatar for ricksvoid

Ive created a realestate application that allows the agent to upload photos along with a description of the estate, price, bedrooms and financial options. On the buyers side ive used a forms view to enable a viewer to browse through records and display images directly from the database. Everything seems …

0
36
Member Avatar for majestic0110

Hi I was just wondering if there was any way to open up an ASPX file in IE? I have tried navigatin to the folder in my file system and selected 'open with' but I get the following: [COLOR="Red"]A name was started with an invalid character. Error processing resource 'file:///C:/Users/[I]username[/I]/Documents/Visual …

Member Avatar for rje7
0
966
Member Avatar for greeny_1984

hi, i want to know about the microsoft certification program.I am working as asp.net developer on c#,what are the certifications avaialable for me.Are there any books for this certification.I am a newbie in this area of certification.so kindly bear,if this question sounds silly.

Member Avatar for Muhammad Afnan
0
203
Member Avatar for greeny_1984

hi, iam using the following javascript a page opener.location.reload( true ); but every time the page reloads iam a getting alert message. How can i reload a page with out a alert message

Member Avatar for greeny_1984
0
132
Member Avatar for ChintuChowdary

when typed in vs2005 command prompt aspnet_regsql.exe it gives error:application failed to initialize properly;

0
36
Member Avatar for ljn1atty

I have an open position for .net developer in Miami, Florida. MUST be SPANISH speaker. Please email resume to [email]larry@itcomputercareers.com[/email].

Member Avatar for ricksvoid
0
72
Member Avatar for lagyossarian

I'm a relative newbie to ASP.NET. I want to embed a menu in a GridView cell so that when a user hovers over the cell the menu drops down to show a list of different reports that to which they can navigate. Here's what I'm trying to do: <Code> <asp:GridView …

0
63
Member Avatar for anitha joe

Hey all, I have 2 .aspx pages. I want to have a connection between these 2 pages through a button click event..From one of the ASP.Net books I came to know about this link buttons,whose main job is to connect 2 web pages..Well that worked fine.. Now my question is, …

Member Avatar for anitha joe
0
390

The End.