Tagged Questions

0
votes
0answers
11 views

ASP.Net HttpContext Cache— why do I read Null when someone else says “”?

I have a coworker who's written the following line in the page load method in an aspx page: myDataSet = (DataSet)HttpContext.Current.Cache["dataset"]; The first time I hit the page …
1
vote
12answers
132 views

How can I learn ASP.NET?

I am an absolute beginner at ASP.NET. How can I learn it better? Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?
1
vote
2answers
25 views

Want to use image in datagrid to show active and inactive user?

i have a database of country table. sql 2005 like, country_id country_name region area population gdp status 84 indi asia 3432 3423 343 …
0
votes
2answers
65 views

System Out Of Memory Exception in Production Server

We have .net application installed on production server. It is using .net FrameWork 3.0 on windows server 2003 with RAM 4 GB. But there is a problem in application while running sometimes it throws …
0
votes
4answers
32 views

Keep track of number of events per timespan

What's the best way, in C# to keep track of the number of events per timespan? For example, I want to limit my TCP application to, say, a maximum of 10 requests per minute before setting a flag. The …
0
votes
1answer
27 views

What is the best procedure to implement paging in a gridview considering size of Record ?

Hi all, I have a table in sq server db having more than 1 million rows. I need to show those data in a gridview with pagination in an asp.net page. Since the record amount is larger I need to boost …
0
votes
0answers
19 views

ASP.NET 2.0 Web Application and Log4Net AdoNetAppender

I've used log4net before, but the last time I used it was in a ASP.NET 1.x application and I've never used the AdoNetAppender. Basically everything appears to be configured properly in my test …
0
votes
5answers
56 views

Optionally display a text in place of GridView when the GridView has no rows

I have a basic GridView that displays a list of tasks to do (just an example) <asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1" AllowSorting="True" > <Columns> …
0
votes
1answer
30 views

How can I prevent ASP.NET from adding to the inline styles?

I have an element that I'm trying to style: <tr runat="server" id="row" > ... </tr> And I set the style programmatically: row.Attributes("style") = "background: #cccccc;" I get this …
0
votes
2answers
144 views

How Do I Get a Dynamic Control’s Value after Postback?

I have a listview that adds controls in the ItemDataBound Event. When the postback occurs, I cannot find the new controls. After a bit of research, I found that ASP .NET needs these controls created …
0
votes
2answers
28 views

Response.AddHeader

why Response.AddHeader is used?
0
votes
1answer
23 views

File Upload / Memory Stream Security

Hi, We are thinking of have a form on our webpage that would allow people to email attachments through. The method used to do this is via a memory stream, avoiding any files being written on to the …
0
votes
6answers
163 views

How to dynamically create CSS class in JavaScript and apply?

I need to create a CSS stylesheet class dynamically in JavaScript and assign it to some HTML elements like - div, table, span, tr, etc and to some controls like asp:Textbox, Dropdownlist and datalist. …
0
votes
2answers
82 views

“DateTime.Now” - why does it return GMT?

I am running on a Win2003 server, TimeZone set to (GMT -06:00) Central Time. I am programming with VS.NET 2005, f/x 2.x. When I execute the following code I do not get the expected results - but …
0
votes
2answers
71 views

Using a line of code from codebehind in actual HTML page

I have a database connection which takes an input from the querystring to access the appropriate data. However i have now upgraded things by encoding this data. As a result i now need to run the …

1 2 3 4 5 26 next
15 30 50 per page