Rollback DB changes through the UI - requesting advice
Hi I've an application with an admin section, for example a dropdown list is poopulated with cities but if the user was to delete some records through the UI, verify their actions in the dropdown and...
View Articlesearch function C#
hey guys I want to create a search function that searches for files with in a folder that matches the text that a textbox holds , how do i got about this my code below looks for all the files and...
View Articlexcopy is failing when directory is not found
Hi All, I am trying to prebuild and application when I have put the xcopy commands as below, initially it threw error as the specified folder doesn't exist at the target location. Is there any way to...
View ArticleC#
How multiply two values one from database and one from user and print in another textbox.
View ArticleHow Can i print byte array asp.net *web application*
This is my code ReportViewer rptvw1 = new ReportViewer(); rptvw1.ProcessingMode = ProcessingMode.Local; rptvw1.LocalReport.ReportPath = p.Server.MapPath("~/GridReport.rdlc"); BL_Insurance.PrintDetail...
View ArticleShow file directly on a DIV
Hi all, So my big problem is this, i have a class that creates a PDF directly to a memorystream. Whit this i can download and show a file in browser without doiwnloding it, the main problem is how can...
View Articlehow to create quick answers forum same like in code project?
i m new in asp.net... plz provide a code or ideas... that how to create quick answer forum same like in code project...
View ArticleAttributes without values
This is more an HTML question than ASP.NET, but since there's no HTML forum (and the answers I've gotten from google are not helpful) here goes: I see this a lot (example from Foundation): <nav...
View ArticleOpenXML add cell
How can I add cell with specific background?Dim spreadsheet As DocumentFormat.OpenXml.Packaging.SpreadsheetDocument Dim worksheet As DocumentFormat.OpenXml.Spreadsheet.Worksheet Dim styleXml AsString...
View ArticleRegarding Tabs
Dear All, My Requirement = I have page on which it having more than 8 tab,I want to display multiple grid onClick of each tab,If i write code in each tab ContentTemplate, my page become to heavy,so...
View ArticleNew to ASP.NET need help
Hi , I'm new to ASP.NET . I'm using visualstdio 2013 web express. I have created a Database and table in it. I have created a registration webform. In the web form if i click 'submit' button the...
View Articlenullable dateTime linq query issue
Hi all, I am trying to run a query which can allow to output 'UploadDate' value only. This is what I currently have and i keep getting a -- Cannot implicitly convert type 'System.DateTime?' to...
View ArticleAny idea on Breadcrumbs?
Actually I heard about this short time back. Is this only used to add path to our page? As user navigate through the website he/she gets the complete path? Like:-Home/Groups/Friends/Gaurav/Reports and...
View Articledependency between multiple kendo grids
If I have multiple kendo grids on the same page each loaded by ajax in its own partial view. How can I create a dependency between the 2 grids, so the 2nd grid won't load until the first grid has...
View Articleproblem in ajax reorder list
I have developed reorderlist in which i am adding items using checkbox list it works correctly when used on windows xp.but when we use it on windows 7 all selected items will not be added in reorder...
View ArticleTab Control in ASP.NET without using Ajax
Hello Friends.. I am new to ASP.NET. I want to use Tab Control in my web form without using AJAX. Need your help friends. Thank You
View ArticleMerge 2 cell in Open XML
I am using Open XML for Excel doc creation. I need to merge 2 cell while I am creating a sheetdata (row,cell). How do I do this? Dim worksheetpart2 As WorksheetPart =...
View Articlescrolling jquery popup in Page
I wanna to have something like "live chat" jquery popup for download(when user click on it then it will refer yiu to download pagenot on pupop) in page http://www.parsdata.com/services thanks in...
View ArticleNeed help updating user information asp.net c#
this code will tell me that my update was successful but will not update my database. I have stripped the code down to nothing and still cannot find the problem. using System; using...
View Article