13,153 Topics
| |
Can anyone help me , i am trying to use a datarepeater control , i have two problems, the first is that i have a button that adds a new row into the bound data repeater , when ~I first add a new row , the new row is empty(which … | |
I have a dropdownlist on my web page along with a textbox which has property set to password field. Now dropdownlist has autopostback property true. When i change anything in dropdownlist, Password field gets erased. So how can i prevent password field from getting empty at time of page post … | |
I have the Sitemap for Menu.like <sitemap url="" title="Admin" roles="admin"> <sitemap url="~/Rooms.aspx" title="Rooms" roles="admin"> ......................... ......................... </sitemap> Now When I am Login with customer then Rooms.aspx and others are not seen but parent node "admin" is seen which not required then what to do "admin" is seen only for admin | |
Hello I used Sitemap as Menu. Like <sitemap url="" title="Admin" roles="admin"> <sitemap url="~/Rooms.apsx" title="Rooms" roles="admin" /> ............. ............. </sitemap> Now When I am log in with consumer the Rooms.aspx page and other are not seen but the title "admin" is seen where it is not required so What to do … | |
hi I'm trying to implement a custom forms authentication based on existing objects. i have created the following classes classes: [CODE=c#][Serializable] public class MyIdentity : IIdentity { // my custom members and properties } [Serializable] public class MyPrincipal : IPrincipal { // my custom members and properties }[/CODE] i'm using … | |
What Are The Most Important Of ASP.NET Parts That For Developing WebSite Must be Known? and a bit AJAX in ASP.NET Or JQuery,what are they?,what do they do? and ... Thanks | |
Hi Guys I've made a id number textbox and wanna when users typing characters the server tell them type digits what should i do? | |
We need little help for our project website. Please help us. We need a code for mouse hover in ASP.NET. For example, every time the mouse is over the image there is a pop-up image in its side. We'll wait..Thank you very much! | |
i have followed all the instructions to download and install vwd2010 with sql server2008, but to no success. please let someone help me here please. thanks! | |
How can I execute accessdatasource in the query UPDATE, DELETE and INSERT? I can only do the SELECT QUERY | |
hi I have two webforms when a user fill the webform1 and get webform2( through submit )if user click return(get webform1) i want to show user the webform1 info that user filled first time. (i want to keep webform1 info when user go to webform2 and return to webform1) what … | |
hi i am sathish. i am asp.net beginner i want learn grid view in asp.net using C# . i donot how to do. so any one know plz send me step by step.. thank you | |
I have a web portal [url]http://www.game4tress.com[/url] that loads a series of databases. Most of the time, everything works fine, but certain times, especially on google chrome, if i click too fast on a link, inside the main page (to play a certain game), i get an (unknown) error message when … | |
i have 2 table, Topic and Comment.. TOPIC IdTopic TopicName CreatedOn CreatedBy COMMENT IdComment IdTopic(FK) Comment ReplayOn ReplayBy I want to count all comment where Comment.IdTopic == Topic.IdTopic cant u help me? i'm using Linq to sql and C# thx, | |
Hi, I have a excel file with 1000mail Id's i want to send the greetings to them at a time by splitting their names Example: [email]if.ex@gmail.com[/email] the mail should go as "Hi ex".For this i want to upload event or property to upload the excel file. can u please help … | |
hi, plz help me how can i publish my ASP.NET web service to the remote host and how can i consume the methods of that web service locally. thanks and regards, Nice Candy | |
when i try to run the procedure below to export the gridview1 to msword,nothing appears on the document except tags <div> </div>.anyone knows what i might be doing wrong? [code] Public Overloads Overrides Sub VerifyRenderingInServerForm(ByVal control As Control) ' Verifies that the control is rendered End Sub Protected Sub ButtonExport_Click(ByVal … | |
Hello Everyone, I am new for asp.net and knows some basics of sql... I wanted to use linq with listview and the elements in the listview should be sorted according to the click event of bulleted list and i don't want this data to be editable i mean this is … | |
hi, i m trying to show my gridview record into the pdffile using itextsharp. plz help me how can i accomplish it. Thanks and Best regards Nice Candy | |
plz help me how can i publish my ASP.net web service to the cloud and consume it from any where i want. Thanks and Regard, Nice Candy | |
Hello Friends, i am working on my college project Online Sms Portal and i want to create a group sms facility and problem is that how can i make sms selector(or SMS TEMPLATE) like way2sms.com ?? in that when i click on the SMS and the particular sms display in … | |
i find it difficult to add mssql dbs to asp.net website when i am using vs2008. here i intend working locally. please let someone help me. | |
Hi All. Currently i am working in a project which is based upon IIS Log file. My Client has one Intranet Application and is usefull for many users in thir organisation. This intranet application is running on IIS web server. The requirement is that we need to generate a reports … | |
Hello everybody! I'm doing my project about ASP.NET but i don't know howto create Database. Example: UserName: xxxxxxx Password: xxxxxxx Login(<<<) i want to know how the code working. i want to know where my data will be stored. for example if i am creating login control then which fields … | |
Hello: I am trying to validate an ASP.NET radiobuttonlist using client-side javascript in a "Custom Validator" control. Here is my javascript validator: [CODE] function ValidatePrem(source, args) { var Array1 = document.getElementsByName('<%= rblPremModes.ClientID %>') var i; for (i = 0; i < 4; i++) { if (Array1[i].checked) { if (Array1[i].value == … | |
Hi Can Anyone help me in creating custom controls to add or remove textboxes dynamically. Any help is appreciated Thanks Manju | |
I'm creating this web application using asp.net in conjunction with vb.net. will i have difficulties in finding a host company around given people prefer the more open source frameworks like mysql instead of sql server and Apache instead of iis. what other constraints could i face in publishing this app, … | |
plz tell me how can i publish my asp.net web service to my intranet and access it from anywhere from my intranet. thanks and regard, Nice Candy | |
hi, in my application i have a gridview.i wante add new record to database through gridview. how to add new record.in my database i have 6 columns i.e Orderid,shippingid,Customerid,Orderdate,delivery date,orderdate. plz give me code. i facing this problem from couple of days.plz help me thank u |
The End.