No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: [QUOTE=Ehtesham Siddiq;1682394]Thanks PG for the help. frnds here is my code that i tried and its working great. [CODE] Dim xlApp As Excel.Application Dim xlWorkBook As Excel.Workbook Dim xlWorkSheet As Excel.Worksheet Dim misValue As Object = System.Reflection.Missing.Value xlApp = New Excel.ApplicationClass xlWorkBook = xlApp.Workbooks.Add(misValue) xlWorkSheet = xlWorkBook.Sheets("sheet1") con=Your DB Connection … | |
Hi, I am having problem with my coding below when I would like to export the data from GridView to Excel Spreadsheet. Appreciate if you could share your valuable comment. Thanks [B]Error Message =[/B] Class 'System.Web.UI.WebControls.GridView' cannot be indexed becasue it has no default property. [B]Error Line[/B] = xlWorkSheet.Cells(i + … | |
Hi everyone, i've utilized asp_net compiler to encrypt my asp.net coding in command prompt (cmd.exe) and moved to other server and it is worked fine, [U][B]This is the command that I executed in cmd.exe[/B][/U] C:\windows\Microsoft.NET\Framework\v2.0.50727>asp_net_compiler -v "/" -p "c:\existing_folder" "c:\new_folder" but if all my original program files (in existing folder) … | |
Hi, I am using ASP.NET to develop a system. Would you mind to share with me whether the code can be encrypted or convert to DLL to prevent coding exposure to other? | |
Help Needed. When I click on button1, employee_id and P values need to be transferred from button1_click to Cal_Category13() and go through all the calculation. After the calculation, udtnew.X and udtnew.MTD values need to be transferred back to button1_Click I've no problem to return multiple values Cal_Category13().MTD and Cal_Category13().X from … |