Hi I am unable to view comments for an article even my own. I am uwin the latest version of firefox and vista ultimate :((
Bubbles2
Posts
-
Unable To view comments -
Problems using membership and roles in host systemHi I hope someone can help me. I wrote an application using membership and roles with which I was very pleased, I tested it on my local system but when I tried to use it on my hosting system ASPServeur I ran into serious problems. To integrate membership and roles to your application database you need to run aspnet-regsql to create required objects in your data base, but my host wont let you execute this routine on my hosted database. I then tried to generate a script for the membership and roles objects from my local system, again my host won't let this script run ( there seems to be authorisation issues in the stored procedures). I can not believe that such an important function is blocked if you want host your application Can anyone suggest a way to use the security options on a hosted system. Help Please:sigh:
-
Unable to load assemblyI have create simmple asp.net application which works fine locally but when I publish it to the server I get a message saying it is unable to load an assembly , although the missing assembli is in the bin directory which I created when I publish the web site. <%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_ixrh68ov" %> the missing assembly is App_Web_ixrh68ov Help !!! Please:sigh:
-
Checkbox in GridviewHi I have added a checkbox to my gridview using a template field with autopostback for the checkbox , but I can't find a way to to retrieve gridview data for the row checked. Can anyone help please ? thanks: confused:
-
Debugging SQL InsertI am using SQL Express is there a SQL Profiler available for this product and how do I start it ? I don't have the option in my available programs
-
Input Textbox ColourThanks
-
Input Textbox ColourHi This is probably a dumb question But .. I have an input form with multiple text box input fields Some of the input fields have a background colour of yellow and some are white. Can any one tell me why some fields are yellow and how I can stop it. Thanks
-
Debugging SQL InsertHi I have created a form view which allows records to be inserted to a table. The insert code is automatically generated by data Source Definition. When I select the insert button the data on the form disappears but the table is not updated. How can I debug automatically generated insert code and how can I display SQL log to see what happening ? Thanks
-
Problem with Text Changed EventI have a site which should recover customer details using a telephone no. entered by calling txtPhoneNumber_TextChanged TextBox ID="txtPhoneNumber" runat="server" relative" AutoPostBack="True" textChanged="txtPhoneNumber_TextChanged" OnLoad="Page_Load" /> It calls the code behind the first time i use the site. But the next time I try to use the customer either by drop down of previous details or manual entry id does not call the change method. What I really need is a field exit event ?? Has anyone any ideas Thanks:((
-
Problem Displaying moneyfield in gridviewThanks a lot for your help I am using an ASP.NET web site.
-
Problem Displaying moneyfield in gridviewThanks for your prompt reply but when I edit Gridview columns I can't find this property.:confused:
-
Problem Displaying moneyfield in gridviewI am trying to display a moneyfield in a gridview but it displays as 14.9500 instead of 14.95$ Can anyone help please , I have tried editing as {0:c} and {0:0.00} which works for a datalist but not for the display in gridview.:confused::confused::confused: