Search Results

Type: Posts; User: repsak

Search took 0.01 seconds.
  1. Here is another way in VB




    Public Sub popCombo(ctrl As ComboBox)
    On Error GoTo errhandle
    Dim i As Integer, liners As String
    If adoPrimaryRS.EOF = True Then adoPrimaryRS.Requery
  2. I populate some instances from the C# class with Linq

    don't know if this will help you or anybody else ?



    int x = 10;
    public IEnumerable<SelectListItem> Items
    {
    get
  3. I am new .NET , MVC but been programming for many years in ASP, VB and some PHP

    I am writing this RAZOR C# app. in .NET Framework, what made me understood when I found this forum Ext.Net here,...
  4. I have three different kind of ajax image html helpers however with every one I have problems to hit the div target .. on the same page I have multiple ajax text links and there is no problem with...
Results 1 to 4 of 4