is there any webservice. i send web page resources to scan for vulnerability.(Trojen+spy+xss+sqlenjection etc.)Like that
Scanner(source)
Scanner(source)
{
CallService(source)
}
OR
Scanner(webpagename)
Scanner(string webpagename)
{
// webpagename: www.xyz.com
CallService(webpagename)
}
...
Hi there,
By adding a custom handler to the SiteMapResolve event, I can update sitemap url's on the fly, by some logic that I define.
This is ok for SiteMapPath controls, that appear to use this SiteMapResolve functionality... however I want to achieve a similar result for an asp.net Menu control that uses a SiteMapDataSource. Alter...
I am trying to deploy an asp.net application in our server while I am receiving the following error.
Server Error in '/' Application.
________________________________________
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific err...
I'm writing a silverlight application that resembles a shopping cart system.
This app can only be launched from the asp.net website after the user is logged in to the site.
Upon first load, the app will send a request to the backend through WCF service to retreive all the existing items in the shopping cart.
Therefore the silverlight a...
Hi,
I have a webform with quite a few fields (between 15 to 40, based on user options). When user ends filling the form, I block it with jQuery.blockUI, and then on Server Side I process the form, packing it on an xml and call a new page. But transition between pages usually takes about 1 or 2 seconds, and I want to reduce it.
It's pos...
Hi all,
I have a LinkButton inside a data list. When I click on this LinkButton, I want to open a modal widow and load another html page in it.
Can you guys please help me with this?
...
Custom non-fatal exception derive from which class in asp.net 3.5 ?
...
I like to update just the value of my checkbox in a asp grid.
so i thought i bind the id to the checkbox ( but how?) and fire an update in code behind by clicking the checkbox.
but how can I get the ID, and where I have to bind this id to get it in code behind in the event?
Thanks
...
Hi,
Does anybody know a free ASP.NET control that allow to select multiple dates ?
I'd like something like the classic ASP.NET DateTime picker but with multiple selection.
...
Hi all, I'm facing a stange issue. When I export a GridView as a power point attachment it shows fine using PowerPoint 2003 but does not show at all using PowerPoint 2007, is there any special tag or style I should use to show it correctly on PowerPoint 2007?
UPDATE: It does not even show a simple HTML saying Hello World :(
Thanks.
Th...
Problem
When working with MasterPages, a common irritation I run into is that script tags in the master are relative to the consuming page.
So for instance, your JavaScript might work if your consuming page is in the root of your app, but when you put another page in a subfolder, the relative path breaks and the JavaScript is not foun...
I have a DataList bound to a SQL DataSource on my website. The DataSource has a view populating data to the control. I recently edited the View to contain a new column of data to use in my DataList, however when I go to reference it in the DataList I get a
'System.Data.DataRowView' does not contain a property with the name 'promo_tim...
I have a HiddenField control that is created within my ASP.NET server control.
I added a new EventHandler for the ValueChanged event.
Will this event be fired when the value of my HiddenField changes from within a javascript function?
The main problem I am having is trying to retrieve the value of my HiddenField server-side when the v...
The following is taken from page 56 of Professional ASP.NET MVC 1.0.
When we look at the Details.aspx template more closely, we’ll find that it contains static HTML as well as embedded rendering code. <% %> code nuggets execute code when the view template renders, and <%= %> code nuggets execute the code contained within them and the...
Here is an image of my project's tree view:
As you can see, My linq data object resides in the App_Code folder under 'FYI'.
When I open the ControlPanel.ascx and add the LinqDataSource object, then go to select the context object this is what I see:
I am baffled as to why it is not showing up. Does anyone know why this might be ha...
I am using ASP.NET 2.0. I am trying to get the height & width of an image file I uploaded using the FileUpload control. Once uploaded, the image is kept in the db, not the file system. It seems I should be able to use something like the following code to do this but I can't get it to work.
Dim strm As Stream = oPostedFile.InputStream
d...
Hi
I have a very big problem. I am making a CRM (Costumer Relationship Management) System in ASP.NET 3.5
I have based my entire project on DevExpress.com controls and the use of UpdatePanels.
Now one of my pages, which is a central page in the whole system, contains a very big amount of possibilities and therefore a big amount of User...
I have a MOSS 2007 instance and a web app (Site Collection) in port 80 that has an extension through port 443 to enable https.
This instance has an asp.net web app that is inside the Site Collection. This asp.net web app enters https protocol when one of its qualifying aspx webforms is called, but when the user leaves the form the https...
I need to do something fairly simple: in my ASP.NET MVC application, I want to set a custom IIdentity / IPrincipal. Whichever is easier / more suitable. I want to extend the default so that I can call something like User.Identity.Id and User.Identity.Role. Nothing fancy, just some extra properties.
I've read tons of articles and questio...
Is there an API to get the current ASP.NET Trust Level?
...