2
votes
1answer
39 views

Get the ID of all child nodes from multiple treeview (skip parent node id). How?

I have used a treeview in a user control which is used multiple times in a single page showing different data. There would be only three levels of nodes (Parent - Child - Sub Child) By default the ...
1
vote
1answer
19 views

Listview ItemCommand not firing because of jquery

I have a listview of categories with checkboxes (categories filter). But I have made a custom checkBoxes (linkButton with css is my checkBox). <asp:LinkButton CssClass="checkBox" ...
1
vote
1answer
12 views

Creating T-Sql Jobs under shared hosting?

I have re seller shared hosting plan where Sql2008 Express R2 is installed. I want to create a job that will execute every midnight that is 00:00:00 hrs and move data from one table to another. I ...
0
votes
0answers
25 views

Display Entries done in database asynchronously in web application

I have a made a customized log functionality for my web application(ASP.NET , C#.NET) which adds entries based on user actions to the database. I want to display the Entries - with the most current ...
0
votes
0answers
9 views

how to bind an image to RadImageEditorUI in WPF

I'm very new in WPF and in which i'm using RadImageEditorUI. Actually I want to bind an image url to the RadImageEditor. I not know how to bind the image URL to the Rad Image editor. I have the ...
1
vote
1answer
50 views

How to select all childnodes when a parent node is selected in treeview ? (When the treeview is used from usercontrol)

I have a usercontrol which has only the Treeview control. <asp:TreeView ID="Tree_Index" Style="font-size: 11px; font-family: Tahoma; font-weight: bold; text-align: left;" runat="server" ...
0
votes
1answer
14 views

ListBox selected index is lost after PostBack in ASP.NET

I've got an issue with a ListBox in ASP.NET application: after manual selection, an event "SelectedIndexChanged" fires, but its handler cannot keep neither the selected index nor the selected item. ...
1
vote
1answer
45 views

2 file upload controllers

I have 2 file upload controller I have problem when both of them have files one hasFile value equal true and other equal false can someone help me. if (fuPDFDoc.HasFile) { String fileName = ...
-9
votes
0answers
26 views

Looing for: open/public/free asp server to test a script [closed]

I'm trying help a friend with some asp service, anyway I was trying to find some sort of service that offer free/open/public asp server for testing script. Thanks in advance to all of you c#/.net/asp ...
0
votes
0answers
17 views

Repeater Control with Paging: How to freeze Page? avoiding unnecessary hit to session again

I'm using Repeater Control with Paging. For the first 100 records i'm displaying 1, 2, 3, 4, "Next" links i.e., 25 records for each page. On click of "Next" link, i'll fetch next 100 records from ...
0
votes
1answer
10 views

Implement multilogin restriction in Asp.net

I have one problem when "A" user logged in from 1 PC using "ABC" credentials.similarly when "B" User login from another PC using same credentials the "A" user must be kick out from his account.I have ...
0
votes
0answers
38 views

how to draw graph in asp.net using c# without using zed graph

I had a an web application in which i want to show some data in graph for which i used zedgraph dll but now i want to draw graph only by using system dll's not with zed graph zed graph code is as ...
0
votes
3answers
42 views

How do I enter content in a richtext editor to a database in c#?

I am trying to build a simple CMS as a project to help me learn and improve my asp.net and c# skills. I have set up my web form and am entering the content into the database using the following code: ...
0
votes
1answer
16 views

Interop.office.word.dll , Object reference error after publishing

I am using interop.office.word.dll to open word document from asp application and it is working fine on my application if i am running the application on code level , but after publishing the ...
0
votes
1answer
26 views

Integrate CMS with an existing ASP.NET MVC web project [closed]

We have an existing asp.net mvc solution (for eCommerce). We want to integrate CMS into this solution for content edit and news posting. Also we want to have multi language support for this site. Is ...
0
votes
1answer
39 views

Procedure or function 'insert_grp' expects parameter '@mdate', which was not supplied

when am using save_click am getting above error,this is my code protected void btn_save_Click(object sender, EventArgs e) { try { if ...
0
votes
1answer
14 views

ASPX embedded resource not showing

I am using a ASPX page as a embedded resource for displaying that in a iframe on a separate page. Works absolutely fine on all the development machines. Even if i host that in IIS in my machine, it ...
0
votes
2answers
42 views

Converting AJAX REST call to a C# .NET

I have a AJAX call that works perfectly at local server. I'm trying to make the same call via C# (from another application/domain) but I'am very confused. This is my webmethod: [WebMethod(true)] ...
0
votes
1answer
16 views

Where is IsolatedStorage located on the filesystem when using IIS/ASP.Net?

For one reason or another, I'm using IsolatedStorage with ASP.Net under IIS 8.0(Integrated mode w/ .Net 4.5). This actually works exactly as I'd expect. However, it's very handy to debug isolated ...
0
votes
1answer
30 views

DropDownList Value not empty

I'm having an weird problem, i've copied and pasted some code, but this one works fine at one view and doesn't works at another one. My problem is the dropDownList ("Destino" or "Origem") when got no ...
0
votes
2answers
55 views

How to set correct file permissions for ASP.NET on IIS

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Error Code : 0x80070005 Config Error : ...
0
votes
0answers
25 views

What does the web.config compilation/assemblies element do?

I had a problem where, working on a new MVC project, as soon as I added Html.Partial("Name") to my _Layout.cshtml page, ASP.NET would throw this exception on page load: error CS0012: The type ...
1
vote
1answer
44 views

Website Architecture - Control/Object Loading Based on Config?

I am building a site which will need to change slightly in certain markets. For example, in a UK market, the signup form needs to perform address validation (already have this working), and on a ...
0
votes
1answer
39 views

Want to run WPF application on Asp.net web application.

I want to run my WPF application on asp.net web application. Actually I have a WPF page.xaml which contain the image viewer, which actually open image and edit it as required. Now I want to embed that ...
0
votes
1answer
26 views

Expose few property of class at runtime in WCF service

I have a class for ex User class in WCF service, In that i have 10 properties like Fname, Lname, ServiceStatus, ErrorMessage etc. Now there is method in service who retrieve the user info by giving ...
0
votes
2answers
29 views

Show icons corresponding to the file type in asp.net

I need to show the ICONS corresponding to file type. For example i do have "sample.doc" in a string, which i show it in a anchor tag as link to make it downloadable. The link will have file name as ...
-2
votes
1answer
30 views

How can i find the category of website opened in web browser control [closed]

I am using .Net windows programming with c#. I got web browser control. How can i find the category of website opened in my web browser control. Category could be of any like "Advertisements", ...
0
votes
1answer
15 views

set panel default button gives error, must be ibuttoncontrol

I am trying to set default button for asp panel. Instead of asp button I am using button control with type="submit". I am getting error: "The DefaultButton of 'pnlSSN' must be the ID of a control of ...
0
votes
3answers
47 views

import data from excel - . (dot) in column name

Update-------- I am trying to import data from excel sheet. Everything is fine, except, Column name have '.' selectCommand.CommandText = "SELECT Date,[Meter No.] FROM [Advance EDS export$]"; This ...
0
votes
2answers
22 views

How to hide column border of grid in WPF?

I have following grid. I have to hide column border of the grid and change the color of the row border. How to do that in WPF? Also I have to make padding between the cells contents.
-1
votes
0answers
24 views

State information invalid for UpdateView

I am using a DetailsView. It fires correctly on the first index change, however ceases to respond on subsequent changes: The ASP code: <asp:TemplateField HeaderText="Client Name" ...
0
votes
2answers
37 views

ASP .NET - Submit on Enter - Prevent 'defaultbutton' when other button has focus

I have a search form consisting of the following... <asp:Panel DefaultButton="btnSearch" ... > [...search criteria fields...] <asp:Button ID="btnReset" OnClick="btnReset_Click" ... ...
0
votes
0answers
12 views

How to show data in WebChartControl from two Tables

I have two tables email_Sent and Email_Replied and I am getting the count of the Email_Sent and Email_Replied. Now , I need to Show a Chart like : As shown in the following figure.
-3
votes
1answer
90 views

Hangman game in asp.net / c# [closed]

I was trying to create the hangman game in asp .net using c#, but since I am a beginner in this field, I got stuck. This is what I have done so far: public static string GetRandomWords() { ...
0
votes
1answer
17 views

GridView and XMLDataSource

I want to display xml content at aspx page. There is my aspx code: <asp:GridView ID="gvXML" runat="server" AutoGenerateColumns="True" DataSourceID="xmlData"> ...
0
votes
0answers
28 views

Modify property of a dynamically built Table Row Control in ASP.Net Vb

I have built a table control from the results of an SQL request and assigned each table row an ID that consists of: Dim RowNameBenefit As New TableRow() TableApprovedItems.Rows.Add(RowNameBenefit) ...
2
votes
2answers
54 views

Prepare enum list and find an enum value from List<enum>

I decided to write the below code for Access Control List permission check. My database will return a record like EmployeeDetFeature,Create,Edit I would like to Parse Create and add it to a Feature ...
1
vote
0answers
22 views

How do ASP.Net controls read from their data sources?

I have a need to display information on my pages in a way that none of the standard ASP.net controls support. In order to do this, I've created my own controls, and had to reproduce some of the ...
1
vote
2answers
79 views

Prevent Range Validator to show error message with regular expression validator in asp.net

I have one textbox with id txtNumOfBooks which I am validating against following 3 validators: <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ...
0
votes
1answer
30 views

How to parse nested JSON string using .NET

I'm trying to parse a nested JSON string returned from the GCM (Google Could Messaging) server using VB.NET. The JSON string looks like this: { "multicast_id": 216, "success": 3, "failure": 3, ...
1
vote
2answers
112 views

What is the return type for an Event in .NET?

I would like know what's the default return type for an Event: somebody says Event has not return type; others says Event has return type. Thanks.
0
votes
4answers
45 views

Not able to set dropdownlist at page load

I am getting first time this kind of problem I am setting value of dropdownlist at page load from dataset But this is auto setting 0 index ..... My code : ddlEbitda.SelectedValue = ...
0
votes
2answers
34 views

How does .net internally call wsdl webservice method?

I'd like to understand the fundamental mechanism : as far as I know .net parse the wsdl (using ServiceDescription class) and generate proxy classes that will make the call. But how are these proxy ...
0
votes
1answer
36 views

How to create a URI template in WCF?

I'm new to wcf services development. I have the following problem: I'm creating wcf-service with URI template like this: [OperationContract, WebGet(UriTemplate = ...
2
votes
4answers
63 views

How to get gridview column value in codebehind

How to get the AppId from gridView in codebehind, if I clicked the edit image button in second row. Aspx Code: <asp:BoundField HeaderText="AppId" DataField="AppID" /> ...
0
votes
1answer
19 views

Global.asax parse error after minor change and revert to previous version

The project in context is: ASP .NET Web Application .NET Framework: 4 Platform Target: x86 IDE: Visual Studio 2010 Ultimate SP1 Multiple projects in solution with ASP .NET being the startup project. ...
1
vote
1answer
23 views

GZipStream decompress a compressed file from 4.0 using 4.5

Ok, this is hard to search for and see if there is anyone else that might have run into this problem. I am using the GZipStream to Compress XML files in my application which was developed using VS ...
1
vote
1answer
74 views

Ajax.BeginForm with ASP.NET MVC 4 not calling controller action

I'm trying to use Ajax.BeginForm but without any success. I cannot get my form to work properly. My Controller Action "UpdateTest" is never called I don't know why. I followed many tutorial but still ...
2
votes
0answers
25 views

Error handling during broadcasting message using WebSocketCollection object

I'm currently using .Net 4.5 websocket package to support websocket service on windows 2012 server. Using WebSocketCollection object I'm succesfully able to broadcast message to all the clients. ...
0
votes
1answer
33 views

OnSelectedIndexChanged causes a full page refresh/postback

If I leave the AutoPostBack property, it doesn't fire, if I have it in there, it refreshes the whole page. Code snippet is below: <InsertItemTemplate> <asp:DropDownList ...

1 2 3 4 5 256