thanks.
it is working fine.i am using hidden fields . i given the same name for textbox and hidden field....
User Profile
Collapse
-
Scadhasini replied to how to disable an text box when text box name is like arrfirst[0] using javascriptin JavascriptHi,
I am trying but still same problem is coming.please check this and give me a solution. here property means name. i cant give id for <html:text />
<select id="Types" name="Types[<%=index%>]" size="1" onChange="enabl eTypes('<%="War ning["+index+ "]"%>','<%="Criti cal[" + index + "]"%>','<%=index% >')">...Leave a comment:
-
Scadhasini replied to how to disable an text box when text box name is like arrfirst[0] using javascriptin JavascriptHi
but its not working.its giving error like "undefined" .
arrfirst[index] is working but arrfirst[index].disabled is not working....Leave a comment:
-
Scadhasini started a topic how to disable an text box when text box name is like arrfirst[0] using javascriptin Javascripthow to disable an text box when text box name is like arrfirst[0] using javascript
hi
i am trying to disable array item but its not working.please help me how to disable.
ex : index = 0;
arrfirst[index].disabled = false ; -
how to get selected value from a combo box using javascript
Hi ,
i am using value which is selected in combo box. here i am using combo box array.i declared like that
<select name="typeOfThr eshold[<%=index%>]" size="1" >
<option value="First" >First</option>
<option value="Second" >Second</option> </select>
now how i have to get selected value in javascript . i tried in so... -
How to restore page when click on browser Back button
HI
I have a tree functionality in my main page. i am upadating nodes wise. updation will be on another page.if i click on browser back button without saving the updations ,i am loosing my tree extension. how i will get same page while click on Browser back button. please help me.... -
Yes, Iam generating dynamically using java script and multiple frames are using.I think, eventhough, in view souce code would display becuase code is interpreted by browser. can pls clarify me.
Thanks,...Leave a comment:
-
View Source is notshowing my web page content
hi
i am unable to see my web page content in view source.is there any option to see the full content in my page. -
How to go back to previous page in vb.net
Hi
I want go back to previous page if i click on cancel button.now i am going main page.I am using Response.Redire ct(globals.navi gateurl(),true)
its not working.In c# .net it is working fine.is it wrong i am doing please let me.... -
Localization.GetString is not working
Hi
I am using Localization.Ge tString to get the App_LocalResour ces file content in DotNetNuke 4.without login in to application its giving nothing.after login in to the application its giving the content.
strTemplate = Localization.Ge tString("Templa te.Text", LocalResourceFi le) -
-
I am giving same way,if apllication is running if i try to open the the server explorer its giving folowing error
" Could not locate entry in sysdatabases for database"check name correctly....Leave a comment:
-
Connection String Problem
HI
I am working with DotNetNuke 4th version.i am using VS2005.Data is storing in .mdf file.i am using server explorer for database operations.but if my server explorer is open and if i try to run apllication its giving following error
"ERROR: Could not connect to database specified in connectionStrin g for SqlDataProvider "
for this every time i am closing connection and closing server explorer... -
I am working with sqlserver 2005 and windowsXP.i dont have sqlserver2000...Leave a comment:
-
-
yes it is there "itemid". this is my query
Select ModuleId,
ItemId,
Content,
CreatedByUser,
CreatedDate
from Test with (nolock)
Left Outer Join Users On Test.CreatedByU ser = Users.UserId
Where CreatedDate in (Select Top 5 CreatedDate from Test Order By CreatedDate Desc) And ModuleId = @ModuleId
with this @ModuleId i have...Leave a comment:
-
its working all db's . but i am trying to restore .mdf file. i am working with dnn4.while creating dnn web application i installed db in Database.mdf file.
now i am trying copy this in to server db.but is not working....Leave a comment:
-
hi vinay,
i am doing same way. buts its saying that ,its not a valid Microsoft tape format backup set...Leave a comment:
-
Hi Vinay,
i have date col, but i am joining with another table. i am using where clause for date its not giving top 5 rows...Leave a comment:
-
Restore .mdf file
Hi
How to restore .mdf file in server database using sqlserver management studio
No activity results to display
Show More
Leave a comment: