13,153 Topics

Member Avatar for
Member Avatar for 123mehran

I want to write a web calculator in asp.net with vb. I am a beginner in vb.net and asp.net and i want to learn both of them with practice please help me i really need you friends thanks:confused:

Member Avatar for 123mehran
0
1K
Member Avatar for dakota5150

I have a label and text block on a WPF window and I'm trying to update those from a 2nd cs code file. I've tried the below code but the label is not getting updated...any help is greatly appreciated! [CODE] MainWindow main = new MainWindow(); main.statusLabel.Content = "Blah...blah"; main.statusTextBlock.Text = …

0
71
Member Avatar for SJai

Hi dear friends, Can you any explain What is the Difference between Refresh,PostBack & Reload in asp.net with some simple examples Thanks in Advance

Member Avatar for rickyenjohns
0
85
Member Avatar for bhavna_816

I have a datatable which is having n no. of rows and each row has a unique field say ID. Now I want to get a particular row for a specified ID. eg. there are 5 rows in a datatable and the id's are 1,2,3,4 and 5 and if I …

Member Avatar for rickyenjohns
0
222
Member Avatar for dmatos

Hello all i'm having a hard time trying to pass parameters to a gridview while updating. lets say that when i try to update, i use the RowUpdating method of the gridview to pass the values i want manually, Why? because there are 3 fields i'm not showing the user …

0
54
Member Avatar for sling blade

Hi, I have an application that is getting long in the tooth and I am finding methods that are no longer being referenced anywhere in the code. I'm sure they were useful at some point but now just take up space and are confusing for the maintenance guys. I suspect …

Member Avatar for ddanbe
0
106
Member Avatar for Shalvin
Member Avatar for debashishm
0
142
Member Avatar for RajendraReddy

Which of the following are true when comparing ADO.NET with Microsoft DNA (Distributed interNet Applications)? a. ADO.NET provides significantly better performance. b. ADO.NET is better suited for communications between disparate systems/applications. c. ADO.NET can eliminate the need for COM components in the communication layer. d. DNA makes it easier to …

0
53
Member Avatar for RajendraReddy

By which contract are the ws-addressing action and replyaction elements of the soap envelop controllable when Windows Communication Foundation is used? T a. ServiceContract b. OperationContract c. DataContract d. MessageContract

-4
53
Member Avatar for johnt68

Hello If I have one radio button list with one required field validator and I press a submit button without making a choice I get an error message, I can make a choice and everything is fine and dandy. The problem that I am having is that if I have …

0
79
Member Avatar for SBA-CDeCinko
Member Avatar for kvprajapati
0
80
Member Avatar for erum

if i need to work on [url]http://www.sitefinity.com/[/url] which is CMS of telerik Control (corrrect me if i m wrong) .. should i need to install vs 2010 ,right now i have 2008 ..

-1
86
Member Avatar for kiranbvsn

Hi all, I am new to the deployment, Recently one of our web application (Right now we are using it as a intranet application) needs to be deployed at onsite (USA), can u please suggest what are all the necessary conditions to be full filled in general when an application …

Member Avatar for Fortinbra
0
192
Member Avatar for Rpower

I'm working on a site(asp.net/VB/sql some html) that needs to have a user login that would allow the user to see pricing, special documents etc. I do not need a community type site login where users have access to directories or pages. What I need is a good way to …

Member Avatar for Fortinbra
0
109
Member Avatar for soft_coder

Hi! I am trying to find the length of a video file using the following code: [CODE]Microsoft.DirectX.AudioVideoPlayback.Video video = new Microsoft.DirectX.AudioVideoPlayback.Video(path); StringBuilder sb = new StringBuilder(); sb.Append(video.Caption); sb.Append("\r\n"); sb.Append(video.Size.Width.ToString()); sb.Append( "\r\n"); sb.Append(video.Size.Height.ToString()); sb.Append("\r\n"); sb.Append(video.Duration.ToString()); textBox1.Text = sb.ToString(); [/CODE] But in order to use this code I need to add reference …

Member Avatar for Fortinbra
0
203
Member Avatar for anishps

We installed SQL server 2008 on my workstation for testing SSRS 2008 and its performance over SSRS2005 But for some reason I am not able to access the reports from website or from visual studio 2008 the error I get is “The item '/CPPROD/UnprocessedInventory' cannot be found. (rsItemNotFound)” I think …

0
43
Member Avatar for andy1977

I have a WCF service in which I have one method, It gets new live auctions from the database. It is called every second. For each auctions WCF creates new thread and start the auction. This thread updates database every second and after auction ends that thread gets close. However …

0
96
Member Avatar for hjbavaliya

Hi I want to rewrite my url without display id field in my url for example: From - [url]http://www.domain.com/page.aspx?id=1&title=xyz[/url] To - [url]http://www.domain.com/xyz.aspx[/url] So is it possible to rewrite url without id filed Plz anyone can help me............ thanx in advance..

Member Avatar for kvprajapati
0
88
Member Avatar for ziggy981

Hello, I have been given the source code of a large tailor made .Net Windows Application and im required to scan through it and certify that it is safe and Malware-free. Are there any tools out there that actually scan .Net source code to detect possible embedded/hidden Malware code? A …

Member Avatar for Ketsuekiame
0
198
Member Avatar for rohit.net100

Hi , I am saving my grid data into my database. But problem is only my bound column data is saving, not template columns data, for template columns, it stores 'zeros'. I tried many method for converting string into integer(convert.int32, integer.parse, cint, integer. tryparse, ctype), but all methods gives me …

0
76
Member Avatar for mgonzalezwec

How do I specify the default SMTP host within Visual Studio 2005 or within a web project in Visual Studio 2005? I realize this can be done in the web.config file, however I don't want to do it at that level (I would rather it be done at the machine …

Member Avatar for mgonzalezwec
0
204
Member Avatar for murtaza1234

I want to open a pop up window on clicking a hyperlink in gridview and at the same time with the entire row hyperlink should also be able to edit.

0
43
Member Avatar for dskumar_85

i have a hyperlink called companyname in gridview .when i click it has to open popup window and provides details of that company.can someone explain how to call popup window in hyperlink

Member Avatar for imamul.karim
0
2K
Member Avatar for jijo cleetus

Hi, i need to convert date format 1/16/2010 10:10:2011 AM to [COLOR="Red"]16/1/[/COLOR]2010 10:10:2011 AM after that i need to put values to database too as datetime datatype. error I am getting : "The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. …

Member Avatar for jijo cleetus
0
150
Member Avatar for swapnathomas

hi all, i need to convert highchart graph to pdf format using server side code(asp.net/c#). i dont want to use highchart controls in-built export functionality. also i want to export multiple highchart to pdf in single click. if anyone knows plz help me. thanks in advance. --swapna thomas

0
54
Member Avatar for swapnathomas

hi all, i need to export highchart to pdf format using server side code(asp.net/c#). i dont want to use highchart controls in-built export functionalilty. also i want to export multiple highchart to pdf in sigle click. if anyone knows plz help me.......... thaks in advance.

Member Avatar for pritaeas
0
32
Member Avatar for Jinspire

Hello, everyone! I have a the following regular expression validator: [CODE]<asp:RegularExpressionValidator ID="revTime" runat="server" ControlToValidate="txtTime" ErrorMessage="Time interval must be between 00:00 and 23:59" ValidationExpression="(^0{0,1}\d:[0-5]\d{0,1}$)|(^[0,1]\d:[0-5]\d(0,1)$)|(^2[0-3]:[0-5]\d(0,1)$)" Display="Dynamic" />[/CODE] The validator WORKS. The regular expression works too. Problem is, the message does not display. I've tried the following: * Changing the Display attribute to …

Member Avatar for Jinspire
0
104
Member Avatar for jijo cleetus

Hi i need to convert date format 16/1/2010 10:10:2011 AM to 1/16/2010 10:10:2011 AM after that i need to put values to database too as datetime datatype.Can you please help. many thanks in advance

Member Avatar for jijo cleetus
0
162
Member Avatar for Sai Isha

hello everyone, i have a gridview which i have already populated and i got a foreign key Faculty_ID, which i display on the gridview , Now i want to display the Faculty_Name for that Faculty_ID. Can anyone help me out to do this part???? MY CODES BELOW WORKS FINE.. jst …

Member Avatar for Sai Isha
0
419
Member Avatar for murtaza1234

i have a database table named AffiliateBanners_description having fields Image_id,Image_description,Image_Url,Width,Heigth.I want to replace arraylist in my code below and want to do it from this table from database.Please do help me its very urgent. ---------------------------------------------- [code] using System; using System.Data; using System.Configuration; using System.Collections; using System.IO; using System.Web; using System.Web.Security; …

0
70

The End.