Search Results

0
votes
5answers
204 views

Advantage of the asp.net from other technology [closed]

Do you know what the advantage of asp.net from other technology? …
0
votes
1answer
34 views

how to locate theme folder on the asp.net?

i'm bind some image control dynamically. but don't set image url. When i using skin file and then set skinid, error shown (The 'SkinId' property can only be set in or before the Page_PreInit event …
0
votes
1answer
303 views

How to create sub domain from asp.net code

I need to create sub domain from code. For example my web site register new user named battulga. After automatically create battulga.mydomain.com. How to do this? …
0
votes
1answer
50 views

how to handle control from template at runtime in asp.net

I'm using ReorderedList from AjaxControlToolkit. Then insert dropdownlist to InsertItemTemplate. I need to bind this dropdownlist. But can't handle this control. How can i do? How to user ITemplat …
0
votes
1answer
244 views

FormsAuthentication.SignOut don’t work on the firefox 3 (asp.net)

I'm using this code in login page. This is work fine. FormsAuthenticationTicket ticket = new FormsAuthenticationTicket( 1, // Ticket version eUserName. …
0
votes
3answers
98 views

how to setup bindable checkbox value automatically changed to male/female

I'm using detailsview in asp.net. I have gender field. when this field checked, checkbox text automatically changed to 'male', otherwise 'female'. How can i do? How to setup checkbox to this featu …
1
vote
1answer
54 views

how to change cached picture from javascript

I have a asp image control. ImageUrl="images/avator.jpg". I'm changing this picture on the server and then setting imageUrl same as previous url on the client. but image don't changed. When i click …
1
vote
1answer
54 views

Pop-up Thumbnails of Linked Pages

I would like to show thumbnails of external websites that I link to when the user mouses over the links, similar to how snap.com does this. How can I accomplish the same thing? …
1
vote
3answers
60 views

I need javascript css builder?

I'm creating Content management system in asp.net. But I need open source cascading stylesheet builder like visual studio style builder. Can anyone know existing css builder? …
1
vote
5answers
207 views

Set ClientID in asp.net

Is is possible to set clientID of any asp.net server control? How can i do? Or any idea ? …
1
vote
3answers
108 views

How to load webusercontrol from classlibrary

I have a classlibrary. This library contains widget.ascx control. How to load this webusercontrol from web. I know "LoadControl". But this not applicable. How can i load web usercontrol fr …
0
votes
2answers
82 views

how to get server absolute path

I have 2 question How to get absolute Uri in asp.net. For example: Input: "~/Files/" , Output:"www.sampleweb.com/Files/" What is the "go to root" command in url o …
1
vote
1answer
101 views

How to generate download file name?

I'm creating asp.net special file manager. all file information saved to SQL Server table. My table is here Table tFile( FileID uniqueidentifier, FileName nvarchar(50), Extension nv …
1
vote
2answers
96 views

how to save enum value to session

I'm creating enum property. This property should saved into session. My code is here public enum TPageMode { Edit=1,View=2,Custom=3} protected TPageMode …
0
votes
1answer
42 views

URLRewriting challange

I'm using URLRewritingNet 2.0. How do I rewrite URL's in ASP.NET? I request is here >> Input: www.sampleweb.com/param1/value1/param2/value2/default.aspx Output …

1 2 next
15 30 50 per page