Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

TheEagle

@TheEagle
About
Posts
268
Topics
128
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DetailsView InsertVisible VS RequiredFieldValidator
    T TheEagle

    Hi, When my Detailsview enters Edit Mode some Fields becomes invisible because I used the attribute InsertVisible = false. But a RequiredField inside invisible TemplateFields is still working even in Edit Mode.How could I fix this strange problem?!

    I am too late but i will never give up

    ASP.NET help visual-studio question

  • Gridview inside Formview
    T TheEagle

    Hi, I have a gridview control inside one of the asp:wizard control steps. How could I force the gridview or its ObjectDatasource to only perform its updating and inserting methods when the Wizard Finish button is clicked?

    I am too late but i will never give up

    ASP.NET question

  • cssFriendly problems
    T TheEagle

    Hi, I have used cssfriendly to create a vertical menu with attractive look.Too late I discovered that it doesn't work correctly in IE6 because it jumps from the right side to the left when the mouse hover on it.Also it is shifted to the left while I made it to align to the right as it appears correctly in IE7. Another problem I discovered is that my login control and its validation are not working correctly its code is as following: <div style="width:50%;"> <asp:LoginView ID="logv1" runat="server"> <AnonymousTemplate> <asp:Login ID="login1" runat="server" FailureAction="RedirectToLoginPage" DestinationPageUrl="Default.aspx" > <LayoutTemplate> <asp:Label ID="lblUserName" runat="server" Text="اسم المستخدم" AssociatedControlID="UserName" Width="50%" /> <asp:TextBox ID="UserName" runat="server" Width="50%" /> <asp:RequiredFieldValidator ID="vldUserName" runat="server" ValidationGroup="LoginGroup" ControlToValidate="UserName" Text="*" ErrorMessage="مطلوب اسم المستخدم"></asp:RequiredFieldValidator> <br /> <asp:Label ID="lblPassword" runat="server" Text="كـلـمـة السـر" AssociatedControlID="Password" Width="50%" /> <asp:TextBox ID="Password" runat="server" TextMode="Password" Width="50%" /> <asp:RequiredFieldValidator ID="vldPassword" runat="server" ControlToValidate="Password" ValidationGroup="LoginGroup" Text="*" ErrorMessage="مطلوب ادخال كلمة السر"></asp:RequiredFieldValidator> <br /> <asp:ImageButton ID="Submit" runat="server" CommandName="Login" ImageUrl="~/images/login.gif"/> <br /> <asp:ValidationSummary ID="vldsum" runat="server" ShowMessageBox="true" ShowSummary="false" /> <br /> <asp:CheckBox ID="RememberMe" runat="server" Text="حفظ اسم الدخول" Visible="true" /> <br /> </LayoutTemplate> </asp:Login> </AnonymousTemplate> </asp:LoginView> </div> Which I put in login page so when access is denied it should go to this page. The validation controls for the CreateUserWizard are not working at all what ever I do which is as following: <div id="NewUser"> <asp:CreateUserWizard ID="createUser1" runat="server" AutoGeneratePassword="False" ContinueDestinationPageUrl="~/Default.aspx" FinishDestinationPageUrl="~/Default.aspx" OnCreatedUser="CreateUserWizard1_CreatedUser"

    ASP.NET sysadmin help

  • Overwrite sitemap node
    T TheEagle

    But this mean for me writing in 40 forms or in a page class so they inherit from.But I tried this already and it didn't work I mean the ID is forgotten when navigate from page to another.

    I am too late but i will never give up

    ASP.NET help com tutorial question

  • Overwrite sitemap node
    T TheEagle

    Hi, Iam trying to overwrite the sitemap nodes by adding for example ?ID=1 to the URL when the user click one of the menu links in the master page depending on the following article: http://msdn.microsoft.com/en-us/library/ms178425.aspx[^] I put the code in the master page because it has the navigation menu and it receives the querystring from a page in another mater page. I made some debugging already and found that the resolve event handler private method code is not hit?! Could any one help to solve this problem.

    I am too late but i will never give up

    ASP.NET help com tutorial question

  • CreateUserWizard Problems
    T TheEagle

    Hi When I want to delete a user I got an error : Item has already been added.Key in dictionary:'UserName'Key being added 'UserName' When I want to add a new user then add it to a role I get the error : The parameter user must not be empty and the exception point to the line of code Roles.AddUserToRole(CreateUserWizard1.UserName,'Users')

    I am too late but i will never give up

    ASP.NET help

  • Encoded Database
    T TheEagle

    Hi, A customer gave me his database which is in Paradox and secured by a password.The problem is the Arabic data appears unreadable.When I open it in Office Access it appears unreadable.If I copy the arabic data to outlook message and send it to my self then open it in outlook and change the encoding to Arabic(Windows) it appears correctly.I changed the aspx page encoding to Arabic(Windows) encoding but the data stiil unreadable. Then I used a paradox viewer which displayed the arabic data correctly but only for 100 records(It show 100 records only may be because it is a Demo). The customer will come tommorow to see his database with relations between them and I still don't know how to solve this problem.Do any one know how could I solve this problem? :((

    I am too late but i will never give up

    Database database sales help tutorial question

  • Arabic in Access database
    T TheEagle

    I set the collation for the database to arabic before migrating the database using DTS and the data still unreadable.I tried and copy the data to an email and send it to another employee in the company.In outlook He set the encoding to Arabic(Windows) and it becomes readeable.So I think I have two choices to solve the problem: 1-Set the Encoding in Access to Arabic(Windows):I couldn't find any Encoding settings in Access. 2-Set the Encoding in code for that field in the dataset. Please if any one knows how to reach one of these solutions tell me about it.

    I am too late but i will never give up

    Database database question

  • Arabic in Access database
    T TheEagle

    Hi.. I have paradox database files I opened it using Access but the arabic text looks unreadable I changed the font to arabic but this was no use.Do you have any suggestion?

    I am too late but i will never give up

    Database database question

  • Access Form table
    T TheEagle

    Hi I have an access file which contains forms,tables,queries,.. How could I know what table or query the forms are taking data from?

    I am too late but i will never give up

    Database database question

  • Access to SQL
    T TheEagle

    Hi, I didn't work on Access for a very long time.A customer gave me an Access application.He wants me to make a User/Administrator web application depending on that Access file.How could I see the code reading from the tables?It works as an EXE application. Another problem is Iam trying to migrate it to SQL database.Some tables have more than 20000 records so their migration take a very long time(3 hours at least).Is there any wayy to finish this faster?

    I am too late but i will never give up

    Database database sales help question

  • Paradox to Sql Server Database
    T TheEagle

    Hi, I have paradox database files which I need to migrate to SQL server database.I used the DTS and DataSources(ODBC) but I find the first selection :copy data from one or more tables disabled so I must use a sql query.But I don't know the tables names in the Paradox database files so What kind of query could I use?

    I am too late but i will never give up

    Database database sql-server sysadmin question

  • sharepoint 2007
    T TheEagle

    The problem is sharepoint need experience in both:administrating and developing which make me get confused.Also I don't have long time since I need to join other employees in the company projects.If you know any good resource like a book for a beginner like please tell me about it.

    I am too late but i will never give up

    IT & Infrastructure sharepoint help question learning

  • sharepoint 2007
    T TheEagle

    Is it possible to learn sharepoint 2007 without a course?I have it installed successfully after one of the company employees help but I don't know what should I do next?

    I am too late but i will never give up

    IT & Infrastructure sharepoint help question learning

  • Setting up an enviroment for sharpoint 2007
    T TheEagle

    Hi I saw many pages about this subject in microsoft msdn website but I don't how to do it.What I mean is I have downloaded virtual pc 2007 already but what next should I do?

    I am too late but i will never give up

    ASP.NET tutorial question

  • website losed TabIndex order
    T TheEagle

    In local I check it many times and it works without any javascript exception.I will upload javascript files again even I don't expect it will solve my problem.

    I am too late but i will never give up

    ASP.NET help question

  • website losed TabIndex order
    T TheEagle

    and also this one Line 283 object expected

    I am too late but i will never give up

    ASP.NET help question

  • website losed TabIndex order
    T TheEagle

    I observe currently when I write in the textboxes a javascript error occured like the following: 'WebForm_PostBackOptions' is undefined

    I am too late but i will never give up

    ASP.NET help question

  • website losed TabIndex order
    T TheEagle

    Localy it is working fine already but online it is not working as expected.

    I am too late but i will never give up

    ASP.NET help question

  • website losed TabIndex order
    T TheEagle

    Hi, One of my company websites has losed the TabIndex order.So when the user enter his username and password then press enter the focus is given to a search button and the search page opens. It was working fine for along time.I uploaded the website files again but the problem still exist.Could any one help?

    I am too late but i will never give up

    ASP.NET help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups