Tagged Questions
ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
0
votes
2answers
15 views
Displaying PDF in iframe when JS is disabled
hi im displaying the pdf using iframe in my application when JS is disabled and when it is enabled im using the PDF.js. The problem is when JS is disabled the iframe is loaded but it shown the html ...
1
vote
2answers
18 views
Asp.net resource file to localize a web site: what to put in?
When we use resource file to localize a web site , we should put in the resource file also html tags in order to create less entries in the file?
this is <a href="www.alink.com" >a ...
0
votes
0answers
24 views
Parsing ISO 8601 dates
This might sound simple, but I am having a really difficult time to find a solution to.. I have a simple ajax call that returns a JSON object:
...
-6
votes
0answers
29 views
i'm using asp.net with C# and getting parser error on master page [closed]
Source Error:
Line 30:
Source File: /HOTEL MANAGEMENT/Default.aspx Line: 30
0
votes
2answers
35 views
adding textbox to grid column
I want to add a textbox column to the grid. I did the below coding. but it does not work
var box = (TextBox)sender;
int p = int.Parse(box.Text);
DataTable dt = new DataTable();
...
0
votes
0answers
12 views
Custom dynatree tooltip
I use dynatree.I want customize tooltip for nodes like jquery tooltip and when click on node then show tooltip.
How do it?
0
votes
2answers
26 views
how to get item template value on asp datagridview
i got datagridview like this :
<asp:GridView ID="gvData" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" DataKeyNames="InquiryId" ...
0
votes
1answer
23 views
Dynamically switch between a textarea and a textbox in an asp:BoundField depending on the content length
How can I dynamically switch between a text-box and a text-area in an asp:BoundField of a gridview when displaying text for editing depending on the length of the text content.
0
votes
1answer
16 views
Missing operand after '12' operator
i have a code like:
DataRow[] ClassTime = DateTime.Tables["Table"].Select("ClassListingDate=" + Convert.ToDateTime(DDLClassDate.SelectedItem.Text) + "");
where DateTime is dataset which contain ...
-5
votes
1answer
38 views
what is '.tipN' sign in knockout js? [closed]
var InitTipsy = function () { $('.tipN').tipsy({ gravity: 'n', fade: true });}
What is the meaning of '.sign'?
0
votes
1answer
12 views
how to read data from hyperterminal and display as required
I had a some embedded circuit connected to my system for which it will send data to hyper-terminal
Now i want to read the data from hyper-terminal and use in my .net application
so please help ...
0
votes
0answers
13 views
Unable to Load App_GlobalResources folder wth Assembly.Load()
I have added "App_GlobalResources" folder to my Asp.Net web application as follows..
Right Click on Project>Add>Add ASP.Net Folder>App_GlobalResources.
The folder was successfully Added to my ...
0
votes
0answers
11 views
.Net ReportViewer report header text causes extra columns when report is exported to Excel
I have an ASP.Net application which uses ReportViewer to generate RDLC reports. I have noticed that when exporting the report(s) to Excel the exporter inserts extra columns where the header text of ...
-2
votes
0answers
19 views
Onclick event giving error in infowindow
I want to add street view option to my google map infowindow in a anchor tag so that on click of anchor tag text it will display the streetview of that place in that infowindow. but i am geeting error ...
3
votes
0answers
34 views
Dynamically change data annotation in dynamic data project
I have come across a scenerio that to customize DataAnnotations in Dynamic Data Web Application. This is the scenerio:
[Display(Name="DispName")]
public string DName{get;set;}
Instead of hardcoding ...
0
votes
1answer
14 views
-1
votes
1answer
55 views
What is “/?” sign in knockout js? [closed]
$.getJSON("/sample/View/?lanKey=" + viewModel.LanguageKey()
+ "&typeKey="
+ viewModel.TypeKey()
+"&dic=false", function (data)
thank you in advance
-1
votes
2answers
51 views
The type arguments for method 'System.Linq.Queryable.SelectMany System.Linq.IQueryable
While editing my Repository class an Error pops out
var applicantList = (from a in context.Profiles
join app in context.APPLICANTs
on ...
0
votes
0answers
6 views
Showing streetview option in infowindow as one link
I want to add street view option to my google map infowindow in a anchor tag so that on click of anchor tag text it will display the streetview of that place in that infowindow. but i am geeting error ...
-2
votes
3answers
33 views
page get refresh evenif usercontrol validation is false
I have usercontrol in which I have written Custom-validation which checks whether the entered data in textbox is correct Location or not.On button click click I have checked (page.IsValid) bit,
...
0
votes
2answers
11 views
Missing selected value from RadioButtonList after PostBack
First the page loads and shows an empty textbox and a button "GO"
Upon clicking the button "GO" a radioButtonList already in the page is loaded from a table based on the text in the textbox.
The ...
-3
votes
1answer
16 views
how does System.DirectoryServices work [closed]
I am curious To know how this system.directory service works.
I am not passing any login credentials for AD server. I ma just passing the Domain name. how is this dll accessing my AD and getting my ...
-1
votes
1answer
50 views
what is $(“#”) sign in knockout js?
what is the meaning of $ and # sign in knockout
sample code is here:
var landropdown = $("#language").data("kendoDropDownList");
if (landropdown != undefined)
...
1
vote
1answer
46 views
If the Textbox is null this code returns date 1-1-0001 … I want it to return null or empty string so what can I do?
DateTime fromDate;
DateTime.TryParseExact(FromDateTextBox.Text, "dd/MM/yyyy", null, System.Globalization.DateTimeStyles.None, out fromDate);
-1
votes
0answers
23 views
How I can get log in time asp.net 4.5 in visual studio 2012 [closed]
How I can get log in time asp.net 4.5 in visual studio 2012
i want to store the time for example {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8}
cqn u help me encrypt the array with public key (modulus AND ...
0
votes
1answer
39 views
Unable to get selected row index of gridview in javascript
I have got a gridview with certain rows/columns and an edit button for each row. When the edit button is clicked, it opens a popup window with a textbox and a button. I want to know the index of the ...
0
votes
1answer
25 views
PayPal API, account verification
Use-case
I am implementing a trading application
I am using PayPal API for express checkout
Subscribers should be able to sell & buy using PayPal account
Subscriber should associate his Trading ...
0
votes
1answer
49 views
ExecuteNonQuery doesn't work
Here is my code :
Document doc = new Document();
SqlConnection cnn = Ketnoi.GetSqlConnection();
cnn.Open();
SqlTransaction trans = cnn.BeginTransaction();
doc.setChomuon(false);
...
-3
votes
1answer
38 views
Fetch data which is in between html tags
I have a word document. When I upload that document, I need to fetch the name from that. I always have the name in the first row, the data in the word document is like,
Shanish K
shanish@gmail.com
...
0
votes
1answer
23 views
form action to email HTML form and redirect user to new URL in IIS 7.5? sendmail equivalent for .net?
I have a large HTML form which has approximately 60 fields with a lot of jQuery based conditional fields, validation, and a lot of CSS applies to UL and LI tags.
The goal is to email the form ...
0
votes
4answers
75 views
How to return the value of Identity element
I have a table in SQL Server with 3 columns Id (int identity), email (nvarchar(50)), password (nvarchar(50)). Now I want to write a query where I can insert email and password and that time, I want to ...
0
votes
1answer
40 views
loop multiple table from dataset
i have 2 table in my dataset, what i trying to achieve is convert 2 table item into string
Public Shared Function mtdCDsToStr(ByVal pDataSet As DataSet) As String
Dim sDs As String
...
0
votes
1answer
30 views
Single Value Binding
The intent is to append the javascript code within the OnClientClick event to pass in the value of SearchIDTextbox as the ID parameter. If I hard code "22" for ???? the
function runs properly. I thinK ...
0
votes
0answers
20 views
Control of DevExpress
Is there any Control which can display the data in Hierarchical Way.
For Example TreeList.Even Asp.Net Control is also Good for me.
Sample Figure :
1
vote
4answers
66 views
Add recipe to database, how to?
These are our 3 tables. We want to a new recipe into the tables. The user gets a screen where they can fill in the RecipeName, the Method and they can select 3 ingredients from dropdown menu's. We are ...
0
votes
2answers
20 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" ... ...
-1
votes
0answers
28 views
How to enable crystal reports viewer in toolbox vs2010
im using visual studio professional 2010. And i can't seem to enable the crystal reports viewer inside the toolbox. I already change the target framework into .NET FRAMEWORK 4 instead of .NET ...
0
votes
1answer
25 views
How to render RDLC to PDF in IE and Opera
My question seems a duplicate question but I have an strange issue here. We have a web application that render RDLC reports to PDF format that has some parameter that will be set in code then append ...
0
votes
0answers
79 views
Returning NULL values while trying to use Left Join
In my database there is no null fields but when i start debbuging and add breakpoints i notice that the values is all null
This is my Code in Repository :
public IEnumerable<APPLICANT> ...
0
votes
0answers
11 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.
0
votes
0answers
13 views
how to pass parameters to ServiceMethod from autocompleteextender
I have a working autocompleteextender that runs a webservice(same project).. I want to separate the webservice from the main project, is there a way to pass parameter from autocompleteextender's ...
-1
votes
1answer
44 views
asp.net using mvc 3 about kendo ui
I have a problem with my mvc program. I want to use Kendo UI in my program but I'm confuse of how it works and how to use and configure Kendo for my mvc. Thanks for those who can help me.
public ...
0
votes
3answers
81 views
Image upload to database
So I managed to set-up a simple test page to upload and store image to my database however I am unsure of whether the storage is successful.
Whenever I store the image into my table under the column ...
1
vote
2answers
37 views
How can i move items from one Listbox to another in ASP MVC 4?
How is it possible to move items from one Listbox to another Listbox in the same view without having to reload the entire page but just update the two listboxes in ASP MVC 4?
It is in order to have ...
0
votes
1answer
31 views
ASP.NET ObjectDataSource could not find a non-generic method that has parameters
I am using a FormView control on an ASP.Net page with an ObjectDataSource that is linked to a Business Tier component connected to stored procedures in the SQL Server. I am getting the ...
0
votes
1answer
27 views
Web Service Error “There was no endpoint listening at…” Firewall Concern
So I have a web service service reference that works localhost and can be pinged from its production url but I can't get access to it via the Service Reference call in production. I believe the issue ...
1
vote
2answers
56 views
Convert string to XML using .Net
I store the XML output to String and Again convert this string to XML .I successfully convert XML output to String, but i got problem again converting string to XML.
sample code :
...
-3
votes
1answer
74 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
70 views
My Checkboxlist does not show multiple data from database?
i am trying to bind my Checkboxlist programatically based on two input variables ; but i get only one checkbox instead of 3 .
Here are my codes
This is my Business Layer
public class ...
0
votes
0answers
31 views
Error handling with ASP.Net
For an assignment I have been asked to answer the following related to ASP.NET MVC:
“In anything but the simplest of cases your application will contain errors. You should identify where errors ...









