Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #13.1K
Ranked #3K
~4K People Reached
Favorite Tags
Member Avatar for jkdil33

Hi, I have a problem I want to save the values in user controls(textboxes) to an XML file(If not to text file) I want this to be done when client clicks on save data button I want to read the values in XML file(If not to text file) to user …

Member Avatar for softwareskill
0
215
Member Avatar for charlie81

My assignment is to write a C# program that computes weekly pay for an employee. Input the number of hours worked. The employee receives 7.50 per hour for the first 40 hours worked and 11.25 per hour for each additional hour. Create Test data before coding and running the program. …

Member Avatar for derea.tadea
0
1K
Member Avatar for priyamsc

I have 3 dropdownlist named as dd1,dd2 and dd3. in dd1 i have datas getting from database. then in dd2 bound the data by selecting the dd1 datas... tat coding is ======== [code=asp]protected void dd1_SelectedIndexChanged(object sender, EventArgs e) { string a = "select distinct a.descriptions,a.sid from swift a,pc_link b where …

Member Avatar for SheSaidImaPregy
0
205
Member Avatar for priyamsc

m using Asp.Net 2005 and i wud like to close my application when i click button . i gave Response.close()......and end() but its not coming .. when i give Response.end() then i m getting this error [XML Parsing Error: no element found Location: [url]http://localhost:2366/hlpdsk/just1.aspx[/url] Line Number 1, Column 1:] finally …

Member Avatar for priyamsc
0
157
Member Avatar for Persist01

Hi, I have a client whose ASP.NET website intermittently doesn't display aspx pages. When the pages don't display they get a [CODE]"The type 'Global' is defined in an assembly that is not referenced..."[/CODE] error message. They've spoken to their web host who says that the problem is fixed and then …

Member Avatar for Persist01
0
101
Member Avatar for hankora

here is the error I am getting _Default.CalculateFederalTax(double, string)':not all code paths return a value code: double CalculateFederalTax(double grossPay, string taxStatus) { // Calculate Federal Tax method begins // check for the Federal Tax status (Single) if (taxStatus == "S") { if (grossPay < 240) return grossPay * 0.12; else …

Member Avatar for dilkash2007
0
136
Member Avatar for bhavna_816

I have a function which have return type DataRow and the parameters for the fucntion are the parameters for the stored procedure. I have to execute the Stored Procedure with given parameters and populate the datarow so that the return will be the populated DataRow with the output of the …

Member Avatar for razool
0
331
Member Avatar for BluePaper

I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website. I watched one of the videos and the guy used a Global.asax file, I followed exactly as I did but at the top of the file where the [icode]<%@ Application …

Member Avatar for BluePaper
0
2K
Member Avatar for waterfall

how to use javascript alert in [U]C# web forms[/U]? im using this: [CODE]Button.attributes.Add("onClick","javascript:alert('data saved successfully')");[/CODE] but its not working. i searched for it on internet but im getting tutorials etc for windows forms.

Member Avatar for razool
0
137