redactor jQuery editor
Hi all,I've downloaded redactor, a beautiful editor for textarea.I'm trying to understand what kind of parameters are passed to a page that uploads image in a folder.In the demo section I've found a...
View ArticleSerious help needed on getting users login id from windows in domain
I have a requirement as follows:1) create simple application in .net 4 and iis7 for users to reserv room for library discussion room2) form will be very simple just student name, email, phone and...
View ArticleDropdownList with control parameter
HiI have dropdownlist when user select the value it shows the data for that city. i am using controlParameter. here is the code.<asp:SqlDataSource ID="ApprsRegion" runat="server"...
View ArticleUrgent Sir Please
Hi,I have one main Aspx page, in that am selcting three dropdown list values, based upon these three values i have to show more than 100 user controls. am doing for all 100 user controls am designing,...
View Articleto set redirect 301 in web.config
Hi.Is it possible to set redirect 301 in web.config?If yes, how can I do it?please, help me.
View ArticleHow to set the gridview column as this format?
Hi, I want to set my gridview column as this format:All I need is: If I have: 1334.234, 34566.1, 453443.0666, 3254I want to show as: 1,334.23 ; 34,566.10 ; 453,443.07 ; 3,254.00 (see the separator ","...
View ArticleSelect Disting date (no matter what is the time)
Hi,I wonder how can I select the distinct date, no matter if the hours and minutes are differents.This query will be in a sqlDataSourceHere is what I tried but gives me an error:SELECT DISTINCT...
View ArticleHow to return only year from datatime in a SelectCommand
Hi guys,I tried this query in my SelectCommand:SelectCommand="SELECT DISTINCT YEAR(RECEIPT_START_DATE) FROM [LOADING_TABLE] WHERE [RECEIPT_START_DATE] IS NOT NULL"But, for some reason, there is an...
View Articlesession timout
in my mvc application i have used a session variable at login. i need to use it in the _layout.aspx.this is my web configuration <system.web> <sessionState mode="InProc"...
View Articleasp.net send mail attachment
i cannot add file attachment to mail whitout saving.adding the file , the added file seems as .dat.SmtpClient client = new SmtpClient(); string name = adsoyadik.Text; string birthDay =...
View ArticleUsing > than operator
I want to compare the MAX Value of a SQL String to a value in a field on my webform, this is the code I usestring MAXQuery = "SELECT MAX(ID) FROM employees"; SqlCommand myCommand = new...
View ArticleSQL BETWEEN Operator that actually includes the ranges?
How can I do a SQL BETWEEN Operator that actually includes the ranges?The important thing is: This query will just compare MONTH, DAY and YEAR. (will ignore time)Here is part my code:WHERE...
View ArticleHide HyperLink if Database cell is NULL
Hi,I have a database table which contains two columns (a and b).I have a page which displays links to document files in these two columns:<asp:HyperLink ID="HyperLinkA" runat="server"...
View ArticleProblem with hovermenuextender as popup at page borders
I'm using the hovermenuextender as a tooltip to display an image on mouseover. I'm using it in a radgrid, and it's working perfectly EXCEPT, when I get close to the bottom of the page, the image runs...
View ArticleTabs need some tuning
Hi All I use This jquery script$(function(){ $('#tabs #nav li a').click(function(){ var currentNum = $(this).attr('id').slice(-1); $('#tabs #nav li a').removeClass('current');...
View ArticleHow can I Add a Custom ASP FileUpload Control
Ok So Here is what im attempting to do.Add a Fileupload Control to The Registration Section of a New MVC Application.How do i define this form as a defined control so intellisense picks it up on the vb...
View ArticleCould not find any resources appropriate for the specified culture or the...
I got the following errors: System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Resources.MissingManifestResourceException:...
View Articlemultiple iframe mix up
I'm trying to display multiple iframes in one aspx page but failing miserably. Please stop me in my tracks if there is a better way to go about it.The problem is that on clicking links within the...
View ArticleQuerystring on PageLoad
Can someone please help me in identifying from where exactly Request.QueryString is fetching value from and comparing it to null and then to Y in the pageload method.The code below is for ascx.cs...
View Article