entity command
hi i want to use entity but i cant find a way to do that so i used entity commandi need to get field name from user with (dropdownlist1) and value with (tbnumber.txt) then update that field from my db...
View ArticleRegarding usage of url routing in webform
i want that when user type the below urlwww.mysite.com/catalog/katalog.aspxor www.mysite.com/catalog/catalogue.aspxor www.mysite.com/catalog/catalogo.aspxand hit enter then request goes to always...
View ArticleAsp.Net & C# (Web App)
Suppose "A" Logged in to his Profile & "B" is into her in a Web App, in which there is a page "trace.aspx" . This page can fetch IP of visitor. Now: "A" is sending this page to any one &...
View Articlehow to implement URL rewriting
How we implement the url rewriting in asp.net.please send me the steps to implement the URL rewriting.Thanks
View ArticleUnique records
Hi i am inserting rows to databse. I have two fields called position and Machine_num . i want position as unique based on machine_num. for example Machine_num as dropdownlist. suppose machine_num has...
View Articlehow to put as a item in dropdownlist at run time
Hi mastersI have one dropdownlist which is getting data from database at rumtime.here is the query....RStoCombo("select department_name,department_code from departments order by department_name", 0, 1,...
View ArticleHave a problem while making hidden element visible using javascript and asp.net
I'm developing website using visual studio 2010 for my personal use. In that to select date, I'm using a calender which is lying inside <div> element. I have a textbox and image button where my...
View ArticleHow to read the dynamically created textbox value?
In a foreach loop i'm adding a textbox dynamically, I want to enter some text dynamically so that i can read and store the text into a variable ON BUTTON CLICK private void tab_sub(DataTable dt2, Table...
View ArticleQueryString function and Panel Show/Hide
Hi Guys,Here's a question that someone out there will be able to answer quickly. I have a page with mulitple Panels that are hidden and then I require to show based on the querystring so for ecample if...
View Articlehow to insert list item in run time
Hi mastersi have one dropdownlist . This is getting data from databse at runtime. i have to insert <asp:ListItem><---Select Category From Below List---></asp:ListItem> . but this is...
View ArticleIs usercontrol is alternative for web from in multitab asp.net application
which is the best practice for to load tabpanel . web form or usercontrol ?
View ArticleWhat should I use View or Stored Procedure
CREATE view view_User_Summary as Select * from(Select candiid ,(Select count(*) from FunnyPicLikes Where FunnyPicLikes.candiid=cn.CANDIid) as FunnyPicLikes ,(Select count(*) from JokeLikes Where...
View Articlegetting a data every two hours
Hi. I'm using asp.net hosting.1. Is it possible to get some data from some internet websites every two hours and record that to my hosting database? 2.Is it possible to do it in code behind?
View ArticleRequired field validator with Update panel
hello,i use asp.net membership change password in update panel,The problem is that when ever i click the button to check the availability, the required field validater is fired and i can not perform...
View ArticleThe request filtering module is configured to deny the file extension for...
Hello All ,On IIS 7.0 and above with only IE 10 i came across an issue "The request filtering module is configured to deny the file extension" the requst is blocked since the extension is of type...
View ArticleComaparing two strings
HI,In the following code i am comaparing two string values. Let say count2 has the value 17 and texpdate.Text has 17. eventhough it is executing else block. Let me know where is errorif...
View ArticleHow to upload a file to a remote server?
Hi there.I want to develop a file hosting like rapidshare.How to upload files to different servers?for example I have 3 servers and based of some conditions I want to upload user files to a specific...
View ArticleAjax rating images is not displaying in the browser
I am using a Ajax Rating in my website. The Images used for is not displaying in the browser, even though the control is getting loaded.The asp page StyleSheet and rating images are in the same fold;...
View Article